Skip to content

Commit

Permalink
node10 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed May 14, 2018
1 parent 80bcdb7 commit 16f7125
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 @@ -4,8 +4,8 @@
"description": "Create JavaScript Error objects with code strings, context details, and templated messages.",
"main": "eraro.js",
"scripts": {
"test": "lab -v -P test -t 80",
"coverage": "lab -s -P test -r lcov | coveralls",
"test": "lab -v -P test -t 80 -I URL,URLSearchParams",
"coverage": "lab -s -P test -r lcov -I URL,URLSearchParams | coveralls",
"prettier": "prettier --write --no-semi --single-quote *.js lib/*.js test/*.js"
},
"repository": {
Expand Down

0 comments on commit 16f7125

Please sign in to comment.