Skip to content

Commit

Permalink
remove no longer existing --strong_mode flag
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnn committed Nov 21, 2016
1 parent 80dc20c commit a983fdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"author": "Shinnosuke Watanabe (https://github.com/shinnn)",
"scripts": {
"pretest": "eslint --config @shinnn/node index.js test.js",
"test": "node --strong_mode --throw-deprecation --track-heap-objects test.js",
"coverage": "node --strong_mode node_modules/.bin/istanbul cover test.js"
"test": "node --throw-deprecation --track-heap-objects test.js",
"coverage": "istanbul cover test.js"
},
"license": "MIT",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion test.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'use strong';
'use strict';

const ghPatch = require('.');
const test = require('tape');
Expand Down

0 comments on commit a983fdd

Please sign in to comment.