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 7e69f4c commit 7bc872bCopy full SHA for 7bc872b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "bit-docs-html-canjs",
3
- "version": "3.0.0-pre.5",
+ "version": "3.0.0-pre.6",
4
"description": "The plugins to produce the CanJS site",
5
"main": "static/canjs",
6
"scripts": {
@@ -13,7 +13,7 @@
13
"testee": "testee test/browser.html --browsers firefox",
14
"preversion": "npm run build && npm test",
15
"version": "git commit -am \"Update version number\" && git checkout -b release && git add -f dist/",
16
- "postpublish": "git push --tags && git checkout master && git branch -D release && git push",
+
17
"release:pre": "npm version prerelease && npm publish --tag=pre",
18
"release:patch": "npm version patch && npm publish",
19
"release:minor": "npm version minor && npm publish",
0 commit comments