diff --git a/package.json b/package.json index 6a70568c99..efebdf5b2d 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,6 @@ "chai": "^3.4.1", "expose-loader": "^0.7.1", "form-data": "^1.0.0-rc3", - "fs-blob-store": "^5.2.1", "idb-plus-blob-store": "^1.0.0", "istanbul": "^0.4.1", "json-loader": "^0.5.4", @@ -79,6 +78,7 @@ "boom": "^3.1.1", "bs58": "^3.0.0", "debug": "^2.2.0", + "fs-blob-store": "^5.2.1", "hapi": "^12.0.0", "ipfs-api": "github:ipfs/js-ipfs-api#1fd9749", "ipfs-blocks": "^0.1.0", diff --git a/src/cli/commands/config/replace.js b/src/cli/commands/config/replace.js index 87a68014ad..258000d6a1 100644 --- a/src/cli/commands/config/replace.js +++ b/src/cli/commands/config/replace.js @@ -3,7 +3,7 @@ const debug = require('debug') const path = require('path') const log = debug('cli:config') log.error = debug('cli:config:error') -const utils = require('utils') +const utils = require('../../utils') module.exports = Command.extend({ desc: 'Replaces the config with ',