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

Commit 4913018

Browse files
committed
Add blob-stores to deps instead of devDeps
We depend on these in the application and they are needed to run
1 parent a07f16e commit 4913018

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,8 @@
4545
"chai": "^3.5.0",
4646
"expose-loader": "^0.7.1",
4747
"form-data": "^1.0.1",
48-
"fs-pull-blob-store": "^0.3.0",
4948
"gulp": "^3.9.1",
5049
"idb-plus-blob-store": "^1.1.2",
51-
"idb-pull-blob-store": "^0.4.0",
5250
"interface-ipfs-core": "^0.15.0",
5351
"left-pad": "^1.1.1",
5452
"lodash": "^4.15.0",
@@ -66,8 +64,10 @@
6664
"bs58": "^3.0.0",
6765
"debug": "^2.2.0",
6866
"detect-node": "^2.0.3",
67+
"fs-pull-blob-store": "^0.3.0",
6968
"glob": "^7.0.6",
7069
"hapi": "^15.0.3",
70+
"idb-pull-blob-store": "^0.4.0",
7171
"ipfs-api": "^9.0.0",
7272
"ipfs-bitswap": "^0.7.0",
7373
"ipfs-block": "^0.3.0",
@@ -135,4 +135,4 @@
135135
"nginnever <[email protected]>",
136136
"npmcdn-to-unpkg-bot <[email protected]>"
137137
]
138-
}
138+
}

0 commit comments

Comments
 (0)