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

Commit 2752e8b

Browse files
authored
Bump version. Configure Travis dpl v2 (#143)
* Remove travis email conf. Bump version * Restore npm email in travis config * Use Travis dpl v2. Remove npm email
1 parent e4070b3 commit 2752e8b

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ cache:
2424

2525
deploy:
2626
provider: npm
27-
email: "$NPM_EMAIL"
27+
edge: true
2828
api_key: "$NPM_TOKEN"
29-
skip_cleanup: true
3029
on:
3130
tags: true
3231
node: "node"

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "client-oauth2",
3-
"version": "4.2.5",
3+
"version": "4.3.0",
44
"description": "Straight-forward execution of OAuth 2.0 flows and authenticated API requests",
55
"main": "src/client-oauth2.js",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)