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

Commit 5440bf3

Browse files
test fixes and dep updates
1 parent 7510fdf commit 5440bf3

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@
4040
},
4141
"homepage": "https://github.com/ipfs/js-ipfs#readme",
4242
"devDependencies": {
43-
"aegir": "^4.0.0",
43+
"aegir": "^5.0.1",
4444
"buffer-loader": "0.0.1",
4545
"chai": "^3.5.0",
4646
"expose-loader": "^0.7.1",
4747
"form-data": "^1.0.0-rc4",
4848
"gulp": "^3.9.1",
4949
"idb-plus-blob-store": "^1.1.2",
50-
"interface-ipfs-core": "^0.4.3",
50+
"interface-ipfs-core": "^0.5.0",
5151
"left-pad": "^1.1.1",
5252
"lodash": "^4.14.1",
5353
"ncp": "^2.0.0",

src/cli/commands/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ module.exports = {
5151
throw new Error('failed to read the config')
5252
}
5353

54-
console.log(config)
54+
console.log(config.Value)
5555
})
5656
}
5757

src/cli/commands/version.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ module.exports = {
3838
}
3939

4040
if (typeof version === 'object') { // js-ipfs-api output
41-
console.log('ipfs version', version.Version)
42-
return
41+
version = version.Version
4342
}
4443

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

0 commit comments

Comments
 (0)