Skip to content

Commit 75ce1d5

Browse files
committedSep 18, 2023
[Tests] always run coverage; downgrade nyc
1 parent 83fe463 commit 75ce1d5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@
1717
"url": "https://github.com/crypto-browserify/browserify-sign.git"
1818
},
1919
"scripts": {
20-
"coverage": "nyc npm run tests-only",
2120
"lint": "eslint --ext=js,mjs .",
22-
"tests-only": "tape 'test/**/*.js'",
21+
"tests-only": "nyc tape 'test/**/*.js'",
2322
"pretest": "npm run lint",
2423
"test": "npm run tests-only"
2524
},
@@ -37,7 +36,7 @@
3736
"devDependencies": {
3837
"@ljharb/eslint-config": "^21.1.0",
3938
"eslint": "^8.8.0",
40-
"nyc": "^15.1.0",
39+
"nyc": "^10.3.2",
4140
"tape": "^5.6.6"
4241
},
4342
"browser": "browser/index.js"

0 commit comments

Comments
 (0)
Please sign in to comment.