summaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@codeispoetry.ru>2017-07-24 13:10:14 +0100
committerAndrej Mihajlov <and@codeispoetry.ru>2017-07-24 13:10:14 +0100
commitbaf46f30456920ee702d23a6b08a0cd979bc36f4 (patch)
tree7b5f85aab102287abf219279886a73b97d601811 /package.json
parentb6be7d02c032830625f3ab48f5ee517d72b4d66e (diff)
parenteed66f74a37ccbe28a4fd26e08f0a72350164d1a (diff)
downloadmullvadvpn-baf46f30456920ee702d23a6b08a0cd979bc36f4.tar.xz
mullvadvpn-baf46f30456920ee702d23a6b08a0cd979bc36f4.zip
Merge branch 'refine-distribution'
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
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",