Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit b0e1084

Browse files
committed
fix: deps clean up
1 parent 662c3ab commit b0e1084

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"flatmap": "0.0.3",
4242
"glob": "^7.1.3",
4343
"ipfs-block": "~0.8.0",
44-
"ipfs-unixfs": "~0.1.16",
4544
"ipld-dag-cbor": "hugomrdias/js-ipld-dag-cbor#feat/reduce-bundle-size",
4645
"ipld-dag-pb": "~0.15.0",
4746
"is-ipfs": "~0.4.7",
@@ -50,7 +49,6 @@
5049
"iso-url": "^0.1.2",
5150
"just-kebab-case": "^1.1.0",
5251
"just-map-keys": "^1.1.0",
53-
"libp2p-crypto": "libp2p/js-libp2p-crypto#feat/bundle-size",
5452
"lru-cache": "^4.1.3",
5553
"multiaddr": "multiformats/js-multiaddr#feat/bundle-size",
5654
"multibase": "~0.6.0",
@@ -61,14 +59,14 @@
6159
"peer-info": "libp2p/js-peer-info#feat/bundle-size",
6260
"promisify-es6": "^1.0.3",
6361
"pull-defer": "~0.2.3",
64-
"pull-pushable": "^2.2.0",
6562
"pull-stream-to-stream": "^1.3.4",
6663
"pump": "^3.0.0",
6764
"qs": "^6.5.2",
6865
"readable-stream": "^2.3.6",
6966
"stream-http": "hugomrdias/stream-http#develop",
7067
"stream-to-pull-stream": "^1.7.2",
7168
"streamifier": "~0.1.1",
69+
"pull-stream": "^3.6.9",
7270
"tar-stream": "hugomrdias/tar-stream#chore/update-bl",
7371
"through2": "^3.0.0"
7472
},
@@ -87,14 +85,10 @@
8785
"chai": "^4.2.0",
8886
"cross-env": "^5.2.0",
8987
"dirty-chai": "^2.0.1",
90-
"eslint-plugin-react": "^7.11.1",
9188
"go-ipfs-dep": "~0.4.18",
92-
"gulp": "^3.9.1",
9389
"interface-ipfs-core": "ipfs/interface-ipfs-core#fix/bundle-size",
9490
"ipfsd-ctl": "~0.40.0",
95-
"nock": "^10.0.2",
96-
"pull-stream": "^3.6.9",
97-
"stream-equal": "^1.1.1"
91+
"nock": "^10.0.2"
9892
},
9993
"keywords": [
10094
"ipfs"

src/utils/load-commands.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ function requireCommands () {
6868
cmds.util = (send, config) => {
6969
return {
7070
getEndpointConfig: require('../util/get-endpoint-config')(config),
71-
// crypto: require('libp2p-crypto'),
7271
isIPFS: require('is-ipfs')
7372
}
7473
}

0 commit comments

Comments
 (0)