Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
fix: package.json deps semver
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Jun 19, 2018
1 parent 4143bb8 commit 126b966
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"chai": "^4.1.2",
"dirty-chai": "^2.0.1",
"interface-stream-muxer": "~0.5.9",
"libp2p-tcp": "^0.12.0",
"libp2p-tcp": "~0.12.0",
"libp2p-websockets": "~0.12.0",
"pre-commit": "^1.2.2",
"pull-pair": "^1.1.0"
Expand All @@ -44,7 +44,7 @@
"concat-stream": "^1.6.2",
"debug": "^3.1.0",
"duplexify": "^3.6.0",
"interface-connection": "^0.3.2",
"interface-connection": "~0.3.2",
"pull-catch": "^1.0.0",
"pull-stream": "^3.6.8",
"pull-stream-to-stream": "^1.3.4",
Expand Down

0 comments on commit 126b966

Please sign in to comment.