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

Commit

Permalink
test fixes and dep updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Aug 3, 2016
1 parent 7510fdf commit 5440bf3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
},
"homepage": "https://github.com/ipfs/js-ipfs#readme",
"devDependencies": {
"aegir": "^4.0.0",
"aegir": "^5.0.1",
"buffer-loader": "0.0.1",
"chai": "^3.5.0",
"expose-loader": "^0.7.1",
"form-data": "^1.0.0-rc4",
"gulp": "^3.9.1",
"idb-plus-blob-store": "^1.1.2",
"interface-ipfs-core": "^0.4.3",
"interface-ipfs-core": "^0.5.0",
"left-pad": "^1.1.1",
"lodash": "^4.14.1",
"ncp": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/cli/commands/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ module.exports = {
throw new Error('failed to read the config')
}

console.log(config)
console.log(config.Value)
})
}

Expand Down
3 changes: 1 addition & 2 deletions src/cli/commands/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ module.exports = {
}

if (typeof version === 'object') { // js-ipfs-api output
console.log('ipfs version', version.Version)
return
version = version.Version
}

console.log(`js-ipfs version: ${version}`)
Expand Down

0 comments on commit 5440bf3

Please sign in to comment.