Skip to content

Commit

Permalink
--harmony not needed any more
Browse files Browse the repository at this point in the history
  • Loading branch information
tripu committed May 31, 2017
1 parent 432f3dd commit f25ce29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"jsdoc": "jsdoc -a all -d doc/api/ -e utf8 -r app.js lib/ test/ tools/",
"lint": "jscs app.js lib/ public/ test/ tools/ views/ && jshint app.js lib/ public/ test/ tools/ views/",
"nsp": "nsp check",
"start": "node --use_strict --harmony app",
"test": "npm run lint && mocha --harmony"
"start": "node --use_strict app",
"test": "npm run lint && mocha"
},
"engines": {
"node": "6 || 8",
Expand Down

0 comments on commit f25ce29

Please sign in to comment.