Skip to content

Commit

Permalink
Fix: Remove engineStrict for other environments
Browse files Browse the repository at this point in the history
  • Loading branch information
suyash authored and phated committed Dec 21, 2017
1 parent 563ebd7 commit 0a4cdd1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"test": "npm run-script lint && lab -cvm 5000",
"coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
},
"engineStrict": true,
"engines": {
"node": ">= 0.9"
},
Expand Down

0 comments on commit 0a4cdd1

Please sign in to comment.