Skip to content

Commit

Permalink
remove harmony from package.json commands for #13
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Jul 17, 2017
1 parent 2929f2f commit 1f4e69f
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 @@ -7,13 +7,13 @@
},
"version": "0.0.0-development",
"scripts": {
"ban": "node --harmony node_modules/.bin/ban",
"ban": "node node_modules/.bin/ban",
"test": "rocha src/*-spec.js",
"lint": "standard --verbose --fix bin/*.js src/*.js",
"commit": "commit-wizard",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
"wizard": "node --harmony bin/simple-wizard.js",
"wizard": "node bin/simple-wizard.js",
"issues": "git-issues"
},
"repository": {
Expand Down

0 comments on commit 1f4e69f

Please sign in to comment.