Skip to content
This repository has been archived by the owner on Jan 21, 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 c0438ed commit 567d629
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": "osprey-mock-service",
"version": "0.4.4",
"version": "0.5.0",
"description": "Generate an API mock service from a RAML definition using Osprey",
"main": "osprey-mock-service.js",
"files": [
Expand Down

0 comments on commit 567d629

Please sign in to comment.