We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04cdefb commit 1811d51Copy full SHA for 1811d51
package.json
@@ -58,6 +58,7 @@
58
"docs:publish": "git-update-ghpages -b master Strider-CD/strider-cd.github.com _docpress",
59
"deploy:docs": "npm run api-docs:md && npm run docs:build && npm run docs:publish",
60
"debug": "node debug bin/strider --no-cluster",
61
+ "release": "standard-version",
62
"prepublish": "in-publish && npm run build || not-in-publish"
63
},
64
"dependencies": {
@@ -151,6 +152,7 @@
151
152
"mocha": "^3.0.0",
153
"node-mocks-http": "^1.2.4",
154
"sinon": "^1.10.3",
155
+ "standard-version": "^4.0.0",
156
"surge": "^0.18.0",
157
"watchify": "^3.4.0",
158
"wd": "^0.4.0"
0 commit comments