Skip to content

Commit

Permalink
fix: the prune of webcrypto-ossl
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Jul 23, 2017
1 parent fcbd3a3 commit b5187e7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
},
"devDependencies": {
"aegir": "^11.0.2",
"chai": "^4.0.2",
"dirty-chai": "^2.0.0",
"chai": "^4.1.0",
"dirty-chai": "^2.0.1",
"lodash": "^4.17.4",
"memdown": "^1.2.4",
"multihashes": "~0.4.5",
Expand All @@ -55,12 +55,12 @@
"dependencies": {
"async": "^2.5.0",
"base32.js": "^0.1.0",
"cids": "^0.5.0",
"datastore-core": "^0.2.0",
"datastore-fs": "^0.2.0",
"datastore-level": "^0.4.2",
"cids": "^0.5.1",
"interface-datastore": "^0.3.0",
"datastore-core": "^0.3.0",
"datastore-fs": "^0.3.0",
"datastore-level": "^0.6.0",
"debug": "^2.6.8",
"interface-datastore": "^0.2.2",
"ipfs-block": "~0.6.0",
"level-js": "timkuijsten/level.js#idbunwrapper",
"leveldown": "^1.7.2",
Expand Down Expand Up @@ -89,4 +89,4 @@
"nginnever <ginneversource@gmail.com>",
"npmcdn-to-unpkg-bot <npmcdn-to-unpkg-bot@users.noreply.github.com>"
]
}
}

0 comments on commit b5187e7

Please sign in to comment.