Skip to content

Commit a676437

Browse files
authoredJan 15, 2021
Merge pull request #679 from julienw/do-not-exact-pin-versions
Do not exact-pin the dependencies versions
2 parents ac23355 + 616dfb6 commit a676437

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"coverage": "nyc report --reporter=text-lcov | coveralls"
3333
},
3434
"dependencies": {
35-
"methods": "1.1.2",
36-
"superagent": "6.1.0"
35+
"methods": "^1.1.2",
36+
"superagent": "^6.1.0"
3737
},
3838
"devDependencies": {
3939
"body-parser": "1.19.0",

0 commit comments

Comments
 (0)
Please sign in to comment.