Skip to content

Commit

Permalink
feat(pact-node): upgrade to latest pact-node 5.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Nov 5, 2017
1 parent bc765f9 commit fde380e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
"consumer driven testing"
],
"author": "Beth Skurrie <beth@bethesque.com> (https://github.com/bethesque)",
"contributors": [{
"contributors": [
{
"name": "Tarcio Saraiva",
"email": "tarcio@gmail.com",
"url": "http://twitter.com/tarciosaraiva"
Expand Down Expand Up @@ -100,14 +101,14 @@
]
},
"dependencies": {
"@pact-foundation/pact-node": "^4.12.0",
"cli-color": "^1.1.0",
"lodash.isfunction": "3.0.8",
"lodash.isnil": "4.0.0",
"lodash.isundefined": "3.0.1",
"lodash.omitby": "4.6.0"
},
"devDependencies": {
"@pact-foundation/pact-node": "^5.1.2",
"@types/chai": "^4.0.3",
"@types/chai-as-promised": "0.0.31",
"@types/cli-color": "^0.3.29",
Expand Down
1 change: 0 additions & 1 deletion src/types/custom.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
declare module '@pact-foundation/pact-node';
declare module 'path';
declare module 'process';

0 comments on commit fde380e

Please sign in to comment.