Skip to content
This repository was archived by the owner on Jun 9, 2024. It is now read-only.

Commit bf46bc7

Browse files
committed
build(npm): update version and travis build
1 parent 7c8ad69 commit bf46bc7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ before_script:
1111
script:
1212
- yarn test
1313
after_success:
14-
- yarn release
14+
- yarn semantic-release

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blueprint-components",
3-
"version": "0.0.1",
3+
"version": "0.0.0-development",
44
"main": "src/index.js",
55
"description": "The missing components for Blueprint",
66
"keywords": [
@@ -34,7 +34,7 @@
3434
"docs:build": "styleguidist build",
3535
"predeploy": "yarn docs:build",
3636
"deploy": "gh-pages -d build",
37-
"release": "semantic-release pre && npm publish && semantic-release post"
37+
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
3838
},
3939
"dependencies": {
4040
"@blueprintjs/core": "^1.28.0",

0 commit comments

Comments
 (0)