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

Commit

Permalink
Merge pull request #108 from JGAntunes/master
Browse files Browse the repository at this point in the history
Fixed issues with some required modules
  • Loading branch information
daviddias committed Apr 4, 2016
2 parents c480e5a + df91fa1 commit 91b196f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/cli/commands/config/replace.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 <file>',
Expand Down

0 comments on commit 91b196f

Please sign in to comment.