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

Bump version. Configure Travis dpl v2 #143

Merged
merged 3 commits into from
May 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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