diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/package.json b/package.json index 63a7092ffe..729ded0e96 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,6 @@ "electron-builder": "^19.12.0", "electron-devtools-installer": "^2.1.0", "electron-mocha": "^3.3.0", - "esdoc": "^0.5.2", "eslint": "^4.1.1", "eslint-plugin-flowtype": "^2.34.1", "eslint-plugin-react": "^7.1.0", @@ -71,7 +70,6 @@ "test": "electron-mocha -R spec --compilers js:babel-core/register test/global.js test/*.spec.js test/**/*.spec.js", "lint": "eslint --no-ignore scripts app test *.js", "flow": "flow", - "docs": "esdoc", "pack": "run-s private:clean private:compile private:service-worker private:build:all", "pack:mac": "run-s private:clean private:compile private:service-worker private:build:mac", "pack:win": "run-s private:clean private:compile private:service-worker private:build:win", @@ -80,7 +78,7 @@ "private:build:mac": "npm run private:build -- --mac", "private:build:win": "npm run private:build -- --win", "private:build:linux": "npm run private:build -- --linux", - "private:build": "build --config distribution.yml", + "private:build": "electron-builder", "private:watch": "npm run private:compile -- --source-maps true --watch --skip-initial-build", "private:serve": "babel-node scripts/serve.js", "private:compile": "babel app/ --copy-files --ignore *.sw.js --out-dir build", |
