We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8bf5083 + d0d84f2 commit 6e7403cCopy full SHA for 6e7403c
3 files changed
.npmignore
@@ -17,4 +17,5 @@ yarn.lock
17
learn
18
abandon
19
bin
20
-example
+example
21
+docs
bin/publish.sh
100644
100755
@@ -2,6 +2,8 @@ echo publishing...
2
3
npm config set registry https://registry.npmjs.org/
4
5
+npm version patch
6
+
7
npm publish
8
9
echo finish
package.json
@@ -1,6 +1,6 @@
1
{
"name": "lin-mizar",
- "version": "0.0.1-alpha.28",
+ "version": "0.0.1-beta.2",
"description": "The core library of Lin CMS",
"main": "lin/index.js",
"scripts": {
0 commit comments