Skip to content

Commit

Permalink
fix: Loosen the @percy/agent dependency (#94)
Browse files Browse the repository at this point in the history
It allows us to resolve to all 0.x.x versions of agent.
  • Loading branch information
Robdel12 authored Apr 30, 2019
1 parent dac19b0 commit d803cd2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 31 deletions.
41 changes: 11 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"test-win": "npm run pretest && percy exec -- wdio.cmd wdio.conf.js"
},
"dependencies": {
"@percy/agent": "^0.4.0"
"@percy/agent": "~0"
},
"devDependencies": {
"@semantic-release/changelog": "^3.0.2",
Expand Down

0 comments on commit d803cd2

Please sign in to comment.