use new docs linter, remove cross-conf-env dep
This commit is contained in:
parent
5498a31493
commit
a353a94b70
1 changed files with 2 additions and 3 deletions
|
@ -4,9 +4,8 @@
|
|||
"devDependencies": {
|
||||
"asar": "^0.11.0",
|
||||
"browserify": "^13.1.0",
|
||||
"cross-conf-env": "^1.0.6",
|
||||
"electabul": "~0.0.4",
|
||||
"electron-docs-linter": "^1.16.0",
|
||||
"electron-docs-linter": "^1.16.1",
|
||||
"request": "*",
|
||||
"standard": "^8.4.0",
|
||||
"standard-markdown": "^2.1.1"
|
||||
|
@ -38,7 +37,7 @@
|
|||
"lint-cpp": "python ./script/cpplint.py",
|
||||
"lint-py": "python ./script/pylint.py",
|
||||
"lint-api-docs-js": "standard-markdown docs && standard-markdown docs-translations",
|
||||
"lint-api-docs": "cross-conf-env electron-docs-linter docs/api --version=$npm_package_version --outfile=out/electron-api.json",
|
||||
"lint-api-docs": "electron-docs-linter --outfile=out/electron-api.json",
|
||||
"preinstall": "node -e 'process.exit(0)'",
|
||||
"release": "./script/upload.py -p",
|
||||
"repl": "python ./script/start.py --interactive",
|
||||
|
|
Loading…
Reference in a new issue