We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed01e2 commit 604e73dCopy full SHA for 604e73d
1 file changed
package.json
@@ -4,7 +4,10 @@
4
"description": "The semantic version parser used by npm.",
5
"main": "semver.js",
6
"scripts": {
7
- "test": "tap"
+ "test": "tap",
8
+ "preversion": "npm test",
9
+ "postversion": "npm publish",
10
+ "postpublish": "git push origin --all; git push origin --tags"
11
},
12
"devDependencies": {
13
"tap": "^13.0.0-rc.18"
@@ -21,6 +24,5 @@
21
24
],
22
25
"tap": {
23
26
"check-coverage": true
- },
- "dependencies": {}
27
+ }
28
}
0 commit comments