Update package.json

This commit is contained in:
Stephen Grider 2016-03-17 17:11:36 -07:00
parent 78c0fedb81
commit 3ea279e79b
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"repository": "git@github.com:StephenGrider/ReduxSimpleStarter.git",
"scripts": {
"start": "node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js",
"test": "mocha --compilers js:babel-core/register --require ./test/test_helper.js --recursive 'test'",
"test": "mocha --compilers js:babel-core/register --require ./test/test_helper.js --recursive ./test",
"test:watch": "npm run test -- --watch"
},
"author": "",