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

Commit

Permalink
Bump version. Use Travis dpl v2
Browse files Browse the repository at this point in the history
  • Loading branch information
postatum committed May 7, 2020
1 parent d38185e commit b5b35e7
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 @@ -17,9 +17,8 @@ after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"

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": "raml-path-match",
"version": "2.2.2",
"version": "2.3.0",
"description": "Path matching utility based on the RAML spec",
"main": "raml-path-match.js",
"files": [
Expand Down

0 comments on commit b5b35e7

Please sign in to comment.