Skip to content

Commit

Permalink
chore(package): add --harmony flag to mocha to support Node.js v0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Marton committed Jul 27, 2015
1 parent 59b9288 commit 39338d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test mocha --require co-mocha $(find src -name \"*.spec.js\")",
"test": "NODE_ENV=test mocha --harmony --require co-mocha $(find src -name \"*.spec.js\")",
"eslint": "eslint src"
},
"repository": {
Expand Down

0 comments on commit 39338d6

Please sign in to comment.