Skip to content

Commit 796c84d

Browse files
author
Sandro Santilli
committed
Loosen generic-pool dependency to ~2.0.2
This allows using any version in the 2.0 series greater or equal to 2.0.2, making it easier to use this module with others requiring higher versions.
1 parent 0d0737d commit 796c84d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"author": "Brian Carlson <brian.m.carlson@gmail.com>",
1919
"main": "./lib",
2020
"dependencies": {
21-
"generic-pool": "2.0.2",
21+
"generic-pool": "~2.0.2",
2222
"deprecate": "~0.1.0"
2323
},
2424
"devDependencies": {

0 commit comments

Comments
 (0)