Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit a16d84f

Browse files
committed
chore: add missing deps
1 parent 9c753ad commit a16d84f

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
@@ -53,6 +53,7 @@
5353
"ipfs": "~0.34.4",
5454
"ipfs-http-client": "^29.1.0",
5555
"ipfs-unixfs": "~0.1.16",
56+
"ipfs-repo": "~0.26.1",
5657
"ipfsd-ctl": "~0.42.0",
5758
"is-ci": "^2.0.0",
5859
"left-pad": "^1.3.0",
@@ -68,6 +69,7 @@
6869
},
6970
"contributors": [],
7071
"dependencies": {
71-
"is-os": "^1.0.1"
72+
"is-os": "^1.0.1",
73+
"promisify-es6": "^1.0.3"
7274
}
7375
}

0 commit comments

Comments
 (0)