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 ec60cd5 commit 976e5ffCopy full SHA for 976e5ff
package.json
@@ -36,7 +36,7 @@
36
"postspec": "npm run clean",
37
"clean": "rm -rf test/fixtures/test*.js test/fixtures/test*.md",
38
"web": "node web",
39
- "semantic-release": "semantic-release pre && npm publish && semantic-release post",
+ "semantic-release": "semantic-release",
40
"prepush": "npm run lint",
41
"killall": "ps auxww | grep node | grep -v grep | awk '{ print $2 }' | xargs kill -9",
42
"postinstall": "node bin/postinstall || exit 0"
@@ -51,7 +51,7 @@
51
"istanbul": "^0.4.5",
52
"mocha": "^2.5.3",
53
"proxyquire": "^1.8.0",
54
- "semantic-release": "^8.2.3",
+ "semantic-release": "^17.4.4",
55
"should": "~4.0.0"
56
},
57
"dependencies": {
0 commit comments