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 a4ff4ff commit 347d4a0Copy full SHA for 347d4a0
package.json
@@ -4,7 +4,8 @@
4
"description": "The semantic version parser used by npm.",
5
"main": "semver.js",
6
"scripts": {
7
- "test": "standard bin/semver *.js **/*.js && tap test/*.js --cov -J"
+ "test": "tap test/*.js --cov -J",
8
+ "posttest": "standard bin/semver *.js **/*.js"
9
},
10
"devDependencies": {
11
"standard": "^12.0.1",
0 commit comments