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

Commit

Permalink
Add blob-stores to deps instead of devDeps
Browse files Browse the repository at this point in the history
We depend on these in the application and they are needed to run
  • Loading branch information
victorb committed Sep 17, 2016
1 parent a07f16e commit 4913018
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,8 @@
"chai": "^3.5.0",
"expose-loader": "^0.7.1",
"form-data": "^1.0.1",
"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",
Expand All @@ -66,8 +64,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",
Expand Down Expand Up @@ -135,4 +135,4 @@
"nginnever <[email protected]>",
"npmcdn-to-unpkg-bot <[email protected]>"
]
}
}

0 comments on commit 4913018

Please sign in to comment.