Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Bump version. Configure Travis dpl v2 (#143)
Browse files Browse the repository at this point in the history
* Remove travis email conf. Bump version

* Restore npm email in travis config

* Use Travis dpl v2. Remove npm email
  • Loading branch information
postatum committed May 8, 2020
1 parent e4070b3 commit 2752e8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ cache:

deploy:
provider: npm
email: "$NPM_EMAIL"
edge: true
api_key: "$NPM_TOKEN"
skip_cleanup: true
on:
tags: true
node: "node"
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "client-oauth2",
"version": "4.2.5",
"version": "4.3.0",
"description": "Straight-forward execution of OAuth 2.0 flows and authenticated API requests",
"main": "src/client-oauth2.js",
"typings": "index.d.ts",
Expand Down

0 comments on commit 2752e8b

Please sign in to comment.