Skip to content

Commit 413fd75

Browse files
committed
Avoid caret during installation
This restores support for older versions of NPM.
1 parent 1748203 commit 413fd75

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
@@ -4,7 +4,7 @@
44
"description": "Streams3, a user-land copy of the stream library from Node.js",
55
"main": "readable.js",
66
"dependencies": {
7-
"buffer-shims": "^1.0.0",
7+
"buffer-shims": "~1.0.0",
88
"core-util-is": "~1.0.0",
99
"isarray": "~1.0.0",
1010
"inherits": "~2.0.1",

0 commit comments

Comments
 (0)