Skip to content

Commit 7bc872b

Browse files
committed
Update version number
1 parent 7e69f4c commit 7bc872b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bit-docs-html-canjs",
3-
"version": "3.0.0-pre.5",
3+
"version": "3.0.0-pre.6",
44
"description": "The plugins to produce the CanJS site",
55
"main": "static/canjs",
66
"scripts": {
@@ -13,7 +13,7 @@
1313
"testee": "testee test/browser.html --browsers firefox",
1414
"preversion": "npm run build && npm test",
1515
"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",
16+
1717
"release:pre": "npm version prerelease && npm publish --tag=pre",
1818
"release:patch": "npm version patch && npm publish",
1919
"release:minor": "npm version minor && npm publish",

0 commit comments

Comments
 (0)