Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton authored Oct 28, 2017
1 parent af3e7de commit 633cba7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"eslint": "eslint ./src",
"test": "tap test/*.js --node-arg=--require --node-arg=babel-register --node-arg=--require --node-arg=babel-polyfill",
"coveralls": "tap test/*.js --coverage --coverage-report=text-lcov --nyc-arg=--require --nyc-arg=babel-register --nyc-arg=--require --nyc-arg=babel-polyfill | coveralls",
"dev": "NODE_ENV=development webpack-dev-server --hot --inline --host 0.0.0.0 --port 5000 --content-base dist",
"dev": "cross-env NODE_ENV=development webpack-dev-server --hot --inline --host 0.0.0.0 --port 5000 --content-base dist",
"pack": ""
},
"repository": {
Expand Down Expand Up @@ -62,6 +62,7 @@
"babel-preset-react": "~6.24.1",
"babel-preset-stage-0": "~6.24.1",
"coveralls": "~2.13.1",
"cross-env": "~5.1.1",
"css-loader": "~0.28.7",
"eslint": "~4.7.1",
"eslint-config-trendmicro": "~1.0.0",
Expand Down

0 comments on commit 633cba7

Please sign in to comment.