Skip to content

Commit 616dfb6

Browse files
committedOct 11, 2020
Do not exact-pin the dependencies versions (Fixes #677)
1 parent 8b1a1d8 commit 616dfb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎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.