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 e84aeb2 commit 953e8c8Copy full SHA for 953e8c8
.travis.yml
@@ -20,12 +20,11 @@ script:
20
after_success:
21
- npm install coveralls
22
- cat ./coverage/lcov.info | coveralls
23
-
24
-before_deploy:
25
- npm run build
26
- export PACKAGE_VERSION=$(node -p "require('./package.json').version")
27
- export PACKAGE=$(npm pack --silent)
28
- git tag $PACKAGE_VERSION
+
29
deploy:
30
- provider: releases
31
skip_cleanup: true
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "g8-vue-tree",
3
- "version": "0.0.15",
+ "version": "0.0.16",
4
"repository": "git@github.com:eidng8/vue-tree.git",
5
"bugs": "git@github.com:eidng8/vue-tree/issues",
6
"author": "eidng8 <cheung.jackey@gmail.com>",
0 commit comments