Skip to content

Commit 0eabc74

Browse files
authored
chore: update deps (#166)
* chore: update deps * revert to aegir 11 * watch out for that is-running
1 parent dade129 commit 0eabc74

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"coverage-publish": "aegir-coverage publish"
1515
},
1616
"engines": {
17-
"node": ">=4.2.2",
17+
"node": ">=6.0.0",
1818
"npm": ">=3.0.0"
1919
},
2020
"pre-commit": [
@@ -49,11 +49,11 @@
4949
"license": "MIT",
5050
"dependencies": {
5151
"async": "^2.5.0",
52-
"go-ipfs-dep": "0.4.10",
53-
"ipfs-api": "^14.3.2",
54-
"multiaddr": "^3.0.0",
52+
"go-ipfs-dep": "0.4.11",
53+
"ipfs-api": "^14.3.5",
54+
"multiaddr": "^3.0.1",
5555
"once": "^1.4.0",
56-
"rimraf": "^2.6.1",
56+
"rimraf": "^2.6.2",
5757
"shutdown": "^0.3.0",
5858
"subcomandante": "^1.0.5"
5959
},
@@ -63,7 +63,7 @@
6363
"dirty-chai": "^2.0.1",
6464
"is-running": "1.0.5",
6565
"mkdirp": "^0.5.1",
66-
"multihashes": "~0.4.9",
66+
"multihashes": "~0.4.10",
6767
"pre-commit": "^1.2.2",
6868
"safe-buffer": "^5.1.1"
6969
},
@@ -79,4 +79,4 @@
7979
"example": "examples",
8080
"test": "test"
8181
}
82-
}
82+
}

test/npm-installs.spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ describe('ipfs executable path', () => {
3232

3333
it('has the correct path when installed with npm2', (done) => {
3434
process.env.testpath = '/tmp/ipfsd-ctl-test/node_modules/ipfsd-ctl/lib' // fake __dirname
35+
3536
let npm2Path = '/tmp/ipfsd-ctl-test/node_modules/ipfsd-ctl/node_modules/go-ipfs-dep/go-ipfs'
3637

3738
mkdirp(npm2Path, (err) => {

test/spawning-daemons.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ describe('daemon spawning', () => {
313313
it('prints the version', (done) => {
314314
ipfsd.version((err, version) => {
315315
expect(err).to.not.exist()
316-
expect(version).to.be.eql('ipfs version 0.4.10')
316+
expect(version).to.be.eql('ipfs version 0.4.11')
317317
done()
318318
})
319319
})

0 commit comments

Comments
 (0)