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

Commit 8f33d11

Browse files
committed
fix(deps): move blob stores to dependencies
We depend on these in the application and they are needed to run
1 parent 5c035b6 commit 8f33d11

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
"fs-pull-blob-store": "^0.3.0",
4949
"gulp": "^3.9.1",
5050
"idb-plus-blob-store": "^1.1.2",
51-
"idb-pull-blob-store": "^0.4.0",
5251
"interface-ipfs-core": "^0.15.0",
5352
"left-pad": "^1.1.1",
5453
"lodash": "^4.15.0",
@@ -66,8 +65,10 @@
6665
"bs58": "^3.0.0",
6766
"debug": "^2.2.0",
6867
"detect-node": "^2.0.3",
68+
"fs-pull-blob-store": "^0.3.0",
6969
"glob": "^7.0.6",
7070
"hapi": "^15.0.3",
71+
"idb-pull-blob-store": "^0.4.0",
7172
"ipfs-api": "^9.0.0",
7273
"ipfs-bitswap": "^0.7.0",
7374
"ipfs-block": "^0.3.0",
@@ -135,4 +136,4 @@
135136
"nginnever <[email protected]>",
136137
"npmcdn-to-unpkg-bot <[email protected]>"
137138
]
138-
}
139+
}

0 commit comments

Comments
 (0)