Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 0e0d411

Browse files
authored
Merge pull request #321 from mikeal/missing-deps
Fixing missing dependencies.
2 parents 6810c7a + 3ab3268 commit 0e0d411

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
"ipfs-merkle-dag": "^0.6.0",
7474
"ipfs-multipart": "^0.1.0",
7575
"ipfs-repo": "^0.8.0",
76+
"ipfs-unixfs": "^0.1.4",
7677
"ipfs-unixfs-engine": "^0.9.0",
7778
"isstream": "^0.1.2",
7879
"joi": "^8.0.5",
@@ -81,6 +82,7 @@
8182
"lodash.get": "^4.3.0",
8283
"lodash.set": "^4.2.0",
8384
"mafmt": "^2.1.1",
85+
"multihashes": "^0.2.2",
8486
"multiaddr": "^2.0.2",
8587
"path-exists": "^3.0.0",
8688
"peer-book": "^0.3.0",
@@ -113,4 +115,4 @@
113115
"kumavis <kumavis@users.noreply.github.com>",
114116
"nginnever <ginneversource@gmail.com>"
115117
]
116-
}
118+
}

0 commit comments

Comments
 (0)