diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/package.json b/package.json index 5606b79..05e3ff5 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "scripts": { "start": "webpack -w --debug --devtool inline-source-map", "build": "NODE_ENV=production webpack --progress --display-error-details", - "package": "npm run build && ./package.sh", + "package": "npm run build && node script/package.js", "lint": "eslint --ext .jsx,.js src", "test": "karma start" }, @@ -19,8 +19,9 @@ }, "homepage": "https://github.com/ueokande/vim-vixen", "devDependencies": { + "adm-zip": "^0.4.7", "babel-cli": "^6.24.1", - "babel-eslint": "^7.2.3", + "babel-eslint": "^8.0.2", "babel-loader": "^7.1.1", "babel-minify-webpack-plugin": "^0.2.0", "babel-preset-es2015": "^6.24.1", @@ -37,11 +38,11 @@ "karma-mocha-reporter": "^2.2.3", "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^2.0.4", - "mocha": "^3.5.0", + "mocha": "^4.0.1", "node-sass": "^4.5.3", "preact": "^8.2.6", "sass-loader": "^6.0.6", - "style-loader": "^0.18.2", + "style-loader": "^0.19.0", "webpack": "^3.5.3" } } |