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 3e8e3b6 commit aba5fe0Copy full SHA for aba5fe0
package.json
@@ -70,7 +70,7 @@
70
"test:browser_remote": "npm run test:bundle && zuul -- tests/browser.js",
71
"gulp": "gulp",
72
"lint": "eslint .",
73
- "version": "gulp stable-release && git add -A dist lib/version.js",
+ "version": "gulp release && git add -A dist lib/version.js",
74
"postversion": "npm publish",
75
"postpublish": "git push origin --all && git push origin --tags"
76
}
0 commit comments