From 8f33d11c8373f44303f862cf7a73d328cf4a15bf Mon Sep 17 00:00:00 2001 From: Victor Bjelkholm Date: Sat, 17 Sep 2016 16:38:11 +0200 Subject: [PATCH] fix(deps): move blob stores to dependencies We depend on these in the application and they are needed to run --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b92e63f8f3..8ef26feedd 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,6 @@ "fs-pull-blob-store": "^0.3.0", "gulp": "^3.9.1", "idb-plus-blob-store": "^1.1.2", - "idb-pull-blob-store": "^0.4.0", "interface-ipfs-core": "^0.15.0", "left-pad": "^1.1.1", "lodash": "^4.15.0", @@ -66,8 +65,10 @@ "bs58": "^3.0.0", "debug": "^2.2.0", "detect-node": "^2.0.3", + "fs-pull-blob-store": "^0.3.0", "glob": "^7.0.6", "hapi": "^15.0.3", + "idb-pull-blob-store": "^0.4.0", "ipfs-api": "^9.0.0", "ipfs-bitswap": "^0.7.0", "ipfs-block": "^0.3.0", @@ -135,4 +136,4 @@ "nginnever ", "npmcdn-to-unpkg-bot " ] -} \ No newline at end of file +}