Skip to content

Commit

Permalink
fix: add missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fsdiogo committed Jun 5, 2019
1 parent 5f0af62 commit 1c25ef9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
"homepage": "https://github.com/ipfs-shipyard/ipfs-provider#readme",
"dependencies": {
"ipfs-http-client": "^32.0.1",
"uri-to-multiaddr": "^3.0.1"
"multiaddr": "^6.0.6",
"uri-to-multiaddr": "^3.0.1",
"window-or-global": "^1.0.1"
},
"devDependencies": {
"jest": "^24.8.0",
Expand Down

0 comments on commit 1c25ef9

Please sign in to comment.