Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
fix: pre 1.0.0 deps should be always installed with ~ and not ^
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Nov 27, 2017
1 parent d02b902 commit c672af7
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 @@ -129,7 +129,7 @@
"libp2p-secio": "~0.8.1",
"libp2p-tcp": "~0.11.1",
"libp2p-webrtc-star": "~0.13.2",
"libp2p-websocket-star": "^0.5.1",
"libp2p-websocket-star": "~0.5.1",
"libp2p-websockets": "~0.10.4",
"lodash.flatmap": "^4.5.0",
"lodash.get": "^4.4.2",
Expand Down

0 comments on commit c672af7

Please sign in to comment.