Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Commit

Permalink
chore: ^ to ~
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Feb 9, 2017
1 parent 260ed54 commit 368a6b4
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,29 +42,29 @@
"dependencies": {
"async": "^2.1.4",
"buffer-loader": "0.0.1",
"cids": "^0.4.0",
"ipfs-block": "^0.5.4",
"is-ipfs": "^0.3.0",
"multihashes": "^0.3.2",
"multihashing-async": "^0.4.0",
"cids": "~0.4.1",
"ipfs-block": "~0.5.4",
"is-ipfs": "~0.3.0",
"multihashes": "~0.3.3",
"multihashing-async": "~0.4.2",
"protocol-buffers": "^3.2.1",
"pull-stream": "^3.5.0",
"pull-traverse": "^1.0.3",
"stable": "^0.1.5"
},
"devDependencies": {
"aegir": "^9.4.0",
"aegir": "^10.0.0",
"bs58": "^4.0.0",
"buffer-loader": "0.0.1",
"chai": "^3.5.0",
"chai-checkmark": "^1.0.1",
"fs-pull-blob-store": "^0.4.1",
"idb-pull-blob-store": "^0.5.1",
"ipfs-block-service": "^0.8.0",
"ipfs-repo": "^0.11.2",
"fs-pull-blob-store": "~0.4.1",
"idb-pull-blob-store": "~0.5.1",
"ipfs-block-service": "~0.8.1",
"ipfs-repo": "~0.11.2",
"lodash": "^4.17.4",
"ncp": "^2.0.0",
"pre-commit": "^1.2.2",
"rimraf": "^2.5.4"
}
}
}

0 comments on commit 368a6b4

Please sign in to comment.