Skip to content

Commit

Permalink
🐛 bug(npm): fix installing bug
Browse files Browse the repository at this point in the history
Closes #46
  • Loading branch information
kazupon committed Aug 26, 2016
1 parent b953e51 commit 57e66aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@
"dev": "webpack-dev-server --quiet --config config/webpack.test.conf.js",
"docs": "gitbook serve ./gitbook ./docs",
"docs:build": "gitbook build ./gitbook ./docs",
"docs:install": "gitbook install ./gitbook",
"e2e": "webpack-dev-server --quiet --config config/webpack.e2e.conf.js & mocha --opts test/e2e/mocha.opts --harmony test/e2e/test.js && kill $! || (kill $! && exit 1)",
"ie": "VUE_I18N_TYPE=sauce SAUCE=batch2 karma start config/karma.conf.js",
"lint": "eslint src/*.js test/**/*.js config/*.js",
"mobile": "VUE_I18N_TYPE=sauce SAUCE=batch3 karma start config/karma.conf.js",
"postinstall": "gitbook install ./gitbook",
"proto": "webpack-dev-server --quite --config config/webpack.dev.conf.js --host 0.0.0.0",
"release": "conventional-github-releaser -n ./node_modules/git-commit-message-convention/convention.js",
"sauce": "npm run coolkids && npm run ie && npm run mobile",
Expand Down

0 comments on commit 57e66aa

Please sign in to comment.