Skip to content

Commit

Permalink
chore: update tap@14 to tap@15 (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott authored Nov 14, 2022
1 parent 9a1f726 commit 38b4910
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"main": "index.js",
"scripts": {
"pretest": "standard && check-pkg",
"test": "tap -j4 --cov test/**/*.js test/*.js",
"posttest": "tap --coverage-report=text-summary",
"test-ci": "npm run test -- --coverage-report=lcov"
"test": "tap -j4 --no-check-coverage --cov test/**/*.js test/*.js",
"posttest": "tap --no-check-coverage --coverage-report=text-summary",
"test-ci": "npm run test -- --no-check-coverage --coverage-report=lcov"
},
"dependencies": {
"chalk": "^3.0.0",
Expand All @@ -18,7 +18,7 @@
"devDependencies": {
"check-pkg": "^2.1.1",
"standard": "^14.3.4",
"tap": "^14.10.2"
"tap": "^15.2.3"
},
"files": [
"lib/",
Expand Down

0 comments on commit 38b4910

Please sign in to comment.