Skip to content

Commit 8835a01

Browse files
shinnnmafintosh
authored andcommitted
switch the semver range of dependencies from ~ to ^ (#46)
for better deduplication
1 parent 023312b commit 8835a01

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
},
2929
"license": "MIT",
3030
"dependencies": {
31-
"inherits": "~2.0.1",
32-
"typedarray": "~0.0.5",
33-
"readable-stream": "~2.0.0"
31+
"inherits": "^2.0.3",
32+
"typedarray": "^0.0.6",
33+
"readable-stream": "^2.2.2"
3434
},
3535
"devDependencies": {
36-
"tape": "~2.3.2"
36+
"tape": "^4.6.3"
3737
},
3838
"testling": {
3939
"files": "test/*.js",

0 commit comments

Comments
 (0)