We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd6a57a commit 85fff58Copy full SHA for 85fff58
packages/ipfs-unixfs-exporter/package.json
@@ -40,7 +40,6 @@
40
"aegir": "https://gitpkg.now.sh/ipfs/aegir?feat/build-esm-modules-follow-up-with-dist",
41
"copy": "^0.3.2",
42
"crypto-browserify": "^3.12.0",
43
- "detect-node": "^2.0.4",
44
"events": "^3.3.0",
45
"ipfs-unixfs-importer": "^8.0.1",
46
"it-all": "^1.0.5",
@@ -53,7 +52,6 @@
53
52
"readable-stream": "^3.6.0",
54
"rimraf": "^3.0.2",
55
"sinon": "^11.1.1",
56
- "@vascosantos/uint8arrays": "^3.0.3",
57
"util": "^0.12.3"
58
},
59
"dependencies": {
@@ -66,7 +64,7 @@
66
64
"it-last": "^1.0.5",
67
65
"multiformats": "^9.4.2",
68
"murmurhash3js-revisited": "^3.0.0",
69
- "uint8arrays": "^2.1.7"
+ "@vascosantos/uint8arrays": "^3.0.3"
70
71
"types": "dist/src/index.d.ts",
72
"eslintConfig": {
0 commit comments