Skip to content

Commit

Permalink
NPM Autopublish via Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlemon committed Jul 28, 2019
1 parent e7c5749 commit 9b6ea4c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -19,5 +19,6 @@ jobs:
script: echo "Deploying to npm ..."
deploy:
provider: npm
api_key: $NPM_API_KEY
on: deploy-npm-release
email: "$NPM_EMAIL"
api_key: "$NPM_API_EMAIL"
skip_cleanup: true
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "node-backpack.tf",
"version": "1.1.0",
"version": "1.1.1",
"description": "A TypeScript + Async/Await driven Node SDK for https://backpack.tf/",
"author": "Lewis Gibson <lewis-gibson@hotmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -61,4 +61,4 @@
"type": "git",
"url": "https://github.com/Robinlemon/node-backpack.tf.git"
}
}
}

0 comments on commit 9b6ea4c

Please sign in to comment.