Skip to content

Commit

Permalink
Added --harmony on start scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
pantsel committed Jun 8, 2017
1 parent e9062ae commit a194381
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 @@ -73,8 +73,8 @@
},
"scripts": {
"postinstall": "bower --allow-root install",
"start": "node app.js",
"production": "node app.js --prod",
"start": "node --harmony app.js",
"production": "node --harmony app.js --prod",
"debug": "node debug app.js",
"test": "mocha"
},
Expand Down

0 comments on commit a194381

Please sign in to comment.