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

Commit

Permalink
fix: fix semver
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Dec 18, 2018
1 parent 2e77be5 commit 407d4bf
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 @@ -46,7 +46,7 @@
"interface-datastore": "~0.6.0",
"libp2p-crypto": "libp2p/js-libp2p-crypto#feat/bundle-size",
"merge-options": "^1.0.1",
"node-forge": "^0.7.6",
"node-forge": "~0.7.6",
"pull-stream": "^3.6.8",
"sanitize-filename": "^1.6.1"
},
Expand All @@ -59,7 +59,7 @@
"dirty-chai": "^2.0.1",
"level-js": "^3.0.0",
"mocha": "^5.2.0",
"multihashes": "^0.4.14",
"multihashes": "~0.4.14",
"peer-id": "~0.10.7",
"rimraf": "^2.6.2"
},
Expand Down

0 comments on commit 407d4bf

Please sign in to comment.