Skip to content

Commit

Permalink
update tap
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jun 4, 2019
1 parent f1b768c commit 7cf4908
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@
"devDependencies": {
"mkdirp": "^0.5.1",
"rimraf": "^2.6.1",
"tap": "^12.0.1"
"tap": "^14.2.1"
},
"scripts": {
"test": "tap test/*.js --100 -J",
"test": "tap",
"snap": "tap",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --all; git push origin --tags"
"postpublish": "git push origin --follow-tags"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 7cf4908

Please sign in to comment.