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

Commit 8308e4e

Browse files
committed
Restore incorrect travis conf to avoid breaking changes in patch version
1 parent dc6fa5e commit 8308e4e

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ deploy:
2323
provider: npm
2424
edge: true
2525
api_key: "$NPM_TOKEN"
26-
cleanup: true # avoids adding libxmljs to dependencies
2726
on:
2827
tags: true
2928
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": "osprey-method-handler",
3-
"version": "0.13.2",
3+
"version": "0.13.3",
44
"description": "Middleware for validating requests and responses based on a RAML method object",
55
"main": "osprey-method-handler.js",
66
"files": [

0 commit comments

Comments
 (0)