Skip to content

Commit

Permalink
Do not exact-pin the dependencies versions (Fixes #677)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienw committed Oct 11, 2020
1 parent 8b1a1d8 commit 616dfb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -32,8 +32,8 @@
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"dependencies": {
"methods": "1.1.2",
"superagent": "6.1.0"
"methods": "^1.1.2",
"superagent": "^6.1.0"
},
"devDependencies": {
"body-parser": "1.19.0",
Expand Down

0 comments on commit 616dfb6

Please sign in to comment.