Skip to content

Commit

Permalink
chore(build): allow all minor version upgrades to Pact Node
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Jun 1, 2017
1 parent bd89e1d commit 844bdfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pact",
"version": "2.5.0",
"version": "2.5.1",
"description": "Pact for all things Javascript",
"main": "./src/pact.js",
"types": "./src/pact.d.ts",
Expand Down Expand Up @@ -92,7 +92,7 @@
"lodash.isnil": "4.0.0",
"lodash.isundefined": "3.0.1",
"lodash.omitby": "4.6.0",
"@pact-foundation/pact-node": "~4.9.1",
"@pact-foundation/pact-node": "^4.9.1",
"cli-color": "^1.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit 844bdfd

Please sign in to comment.