Skip to content

Commit

Permalink
Merge pull request #679 from julienw/do-not-exact-pin-versions
Browse files Browse the repository at this point in the history
Do not exact-pin the dependencies versions
  • Loading branch information
niftylettuce committed Jan 15, 2021
2 parents ac23355 + 616dfb6 commit a676437
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 a676437

Please sign in to comment.