Skip to content

Commit

Permalink
test: fix node 4 test
Browse files Browse the repository at this point in the history
tap 12.0.1 was a security release, but depended on nyc@13 which doesn't
support node 4 (tapjs/tapjs#479). Fortunately, v12.1.1 has been
released to fix that. Bumping the version here to bust caches that may
still think 12.1.0 is the best match.

Signed-off-by: Ryan Graham <[email protected]>
  • Loading branch information
rmg committed Dec 13, 2018
1 parent 0bdf78a commit 924a3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"minimist": "^1.2.0"
},
"devDependencies": {
"tap": "^12.0.1"
"tap": "^12.1.1"
},
"engines": {
"node": ">=4"
Expand Down

0 comments on commit 924a3d9

Please sign in to comment.