We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nyc
1 parent 83fe463 commit 75ce1d5Copy full SHA for 75ce1d5
package.json
@@ -17,9 +17,8 @@
17
"url": "https://github.com/crypto-browserify/browserify-sign.git"
18
},
19
"scripts": {
20
- "coverage": "nyc npm run tests-only",
21
"lint": "eslint --ext=js,mjs .",
22
- "tests-only": "tape 'test/**/*.js'",
+ "tests-only": "nyc tape 'test/**/*.js'",
23
"pretest": "npm run lint",
24
"test": "npm run tests-only"
25
@@ -37,7 +36,7 @@
37
36
"devDependencies": {
38
"@ljharb/eslint-config": "^21.1.0",
39
"eslint": "^8.8.0",
40
- "nyc": "^15.1.0",
+ "nyc": "^10.3.2",
41
"tape": "^5.6.6"
42
43
"browser": "browser/index.js"
0 commit comments