Skip to content

Commit

Permalink
fix: pact-node and cli-color should be dependencies (#26 #25)
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Feb 26, 2017
1 parent e63f87b commit 83c8af3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,18 +89,18 @@
"lodash.isfunction": "3.0.8",
"lodash.isnil": "4.0.0",
"lodash.isundefined": "3.0.1",
"lodash.omitby": "4.6.0"
"lodash.omitby": "4.6.0",
"@pact-foundation/pact-node": "4.x",
"cli-color": "^1.1.0"
},
"devDependencies": {
"@pact-foundation/pact-node": "4.x",
"babel-cli": "6.x",
"babel-eslint": "6.x",
"babel-loader": "6.x",
"babel-preset-es2015": "6.x",
"bluebird": "3.x",
"chai": "3.x",
"chai-as-promised": "5.x",
"cli-color": "^1.1.0",
"coveralls": "2.x",
"documentation": "4.0.0-beta9",
"imports-loader": "0.x",
Expand Down

0 comments on commit 83c8af3

Please sign in to comment.