Skip to content

Commit bf6e3ae

Browse files
Merge pull request #6 from IBM/deploy
fix(build): add npm deployment to build
2 parents 45982a8 + 264cb21 commit bf6e3ae

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ after_success:
2525
# - scripts/jsdoc/publish.sh - currently in progress
2626

2727
# To enable semantic-release, uncomment this section.
28-
# deploy:
29-
# - provider: script
30-
# skip_cleanup: true
31-
# script: npx semantic-release
32-
# on:
33-
# node: 12
34-
# branch: master
28+
deploy:
29+
- provider: script
30+
skip_cleanup: true
31+
script: npx semantic-release
32+
on:
33+
node: 12
34+
branch: master

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ibm-networking-services",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Node.js client library for IBM Cloud Networking Services",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)