Skip to content

Commit

Permalink
Fix peer dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
David Dooling committed Dec 6, 2019
1 parent ecfacf2 commit 24dd0e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -53,8 +53,8 @@
"strip-ansi": "^5.2.0"
},
"peerDependencies": {
"@atomist/automation-client": ">=1.8.0",
"@atomist/slack-messages": ">=1.1.1"
"@atomist/automation-client": "^1.8.0",
"@atomist/slack-messages": "^1.1.1"
},
"devDependencies": {
"@atomist/automation-client": "^1.8.0",
Expand Down

0 comments on commit 24dd0e2

Please sign in to comment.