Skip to content
This repository was archived by the owner on Aug 8, 2019. It is now read-only.

Commit 14e4afe

Browse files
author
crossjs
committed
[build] 1.0.1
1 parent 0c6a4bc commit 14e4afe

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.tools/release.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ then
1919
# commit
2020
git add -A
2121
git commit -m "[build] $VERSION"
22-
npm version $VERSION --message "[release] $VERSION"
22+
# npm version $VERSION --message "[release] $VERSION"
2323

2424
# publish
2525
git push origin refs/tags/v$VERSION
2626
git push
27+
# npm publish
2728
fi

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"rollup-plugin-babel": "^2.4.0",
6262
"uglify-js": "^2.5.0",
6363
"vue": "^1.0.26",
64-
"vuex": "1.0.0-rc",
64+
"vuex": "^1.0.0-rc",
6565
"webpack": "^1.13.1",
6666
"yargs": "^4.7.1"
6767
}

0 commit comments

Comments
 (0)