Skip to content

Commit

Permalink
remove obsolete V8 flags
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnn committed Jul 31, 2016
1 parent ff57fe9 commit 671c785
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -6,8 +6,8 @@
"author": "Shinnosuke Watanabe <snnskwtnb@gmail.com> (https://github.com/shinnn)",
"scripts": {
"pretest": "eslint --fix --config @shinnn/node-legacy index.js test.js",
"test": "node --strong_mode --harmony_destructuring test.js",
"coverage": "node --strong_mode --harmony_destructuring node_modules/.bin/istanbul cover test.js"
"test": "node --strong_mode test.js",
"coverage": "node --strong_mode node_modules/.bin/istanbul cover test.js"
},
"license": "MIT",
"files": [
Expand Down

0 comments on commit 671c785

Please sign in to comment.