Skip to content

Commit

Permalink
remove harmony flag due to switch to iojs
Browse files Browse the repository at this point in the history
  • Loading branch information
timaschew committed Apr 9, 2015
1 parent c5edd7a commit 8ad3034
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ BIN = node_modules/.bin/

test:
@$(BIN)mocha \
--harmony-generators \
--require should \
--reporter spec \
--timeout 30s
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"scripts": {
"test": "make test",
"start": "node --harmony-generators app"
"start": "node app"
},
"main": "lib",
"engines": {
Expand Down

0 comments on commit 8ad3034

Please sign in to comment.