Skip to content

Commit

Permalink
add harmony flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Elmer Bulthuis committed Mar 31, 2015
1 parent 188a141 commit 5e9a9be
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 @@ -4,8 +4,8 @@
"description": "hackatrain.nl website",
"main": "src/main.js",
"scripts": {
"start": "node task debug",
"dist": "node task dist"
"start": "node --harmony task debug",
"dist": "node --harmony task dist"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 5e9a9be

Please sign in to comment.