Skip to content

Commit d0d84f2

Browse files
author
pedro
committed
version:发布beta版
1 parent 2f983f0 commit d0d84f2

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ yarn.lock
1717
learn
1818
abandon
1919
bin
20-
example
20+
example
21+
docs

bin/publish.sh

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ echo publishing...
22

33
npm config set registry https://registry.npmjs.org/
44

5+
npm version patch
6+
57
npm publish
68

79
echo finish

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lin-mizar",
3-
"version": "0.0.1-alpha.28",
3+
"version": "0.0.1-beta.2",
44
"description": "The core library of Lin CMS",
55
"main": "lin/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)