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.
1 parent f89a867 commit ac14da7Copy full SHA for ac14da7
package.json
@@ -10,8 +10,7 @@
10
"tests-only": "c8 -r none node test/index.js | tap-yaml-summary",
11
"test": "npm run -s tests-only",
12
"posttest": "c8 report --check-coverage",
13
- "snap": "cross-env TAP_SNAPSHOT=1 npm test",
14
- "release": "standard-version"
+ "snap": "cross-env TAP_SNAPSHOT=1 npm test"
15
},
16
"engines": {
17
"node": ">=16.12.0"
@@ -39,7 +38,6 @@
39
38
"c8": "^7.11.3",
40
"cross-env": "^7.0.3",
41
"libtap": "^1.4.0",
42
- "standard-version": "^9.5.0",
43
"tap-yaml-summary": "^0.1.0"
44
}
45
0 commit comments