Skip to content

Commit

Permalink
Remove start script
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Dec 31, 2016
1 parent b0d890f commit 03dac3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -13,8 +13,7 @@
"prepublish": "node ./scripts/build.js",
"release": "node ./scripts/release.js",
"test": "npm run lint && karma start",
"lint": "eslint modules",
"start": "webpack-dev-server --config experimental-tests/webpack.config.js --inline --content-base example/build"
"lint": "eslint modules"
},
"dependencies": {
"history": "^4.5.0"
Expand Down

0 comments on commit 03dac3c

Please sign in to comment.