Skip to content

Commit

Permalink
Avoid caret during installation
Browse files Browse the repository at this point in the history
This restores support for older versions of NPM.
  • Loading branch information
mcollina committed Apr 7, 2017
1 parent 1748203 commit 413fd75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Streams3, a user-land copy of the stream library from Node.js",
"main": "readable.js",
"dependencies": {
"buffer-shims": "^1.0.0",
"buffer-shims": "~1.0.0",
"core-util-is": "~1.0.0",
"isarray": "~1.0.0",
"inherits": "~2.0.1",
Expand Down

0 comments on commit 413fd75

Please sign in to comment.