Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit e95cbb6

Browse files
committed
choreL uppin ipfsd-ctl version
1 parent d50acbd commit e95cbb6

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.aegir.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = {
1111
served: true,
1212
included: false
1313
}],
14-
singleRun: false,
14+
singleRun: true,
1515
browserNoActivityTimeout: 100 * 1000
1616
},
1717
hooks: {

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,11 @@
5151
"eslint-plugin-react": "^7.5.1",
5252
"expose-loader": "^0.7.4",
5353
"form-data": "^2.3.1",
54+
"go-ipfs-dep": "^0.4.13",
5455
"hat": "0.0.3",
55-
"ipfs": "^0.27.5",
56+
"ipfs": "~0.27.7",
5657
"ipfs-api": "^17.2.4",
57-
"ipfsd-ctl": "~0.26.0",
58+
"ipfsd-ctl": "~0.27.0",
5859
"left-pad": "^1.2.0",
5960
"lodash": "^4.17.4",
6061
"mocha": "^4.0.1",

test/circuit-relay.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ function tests (relayType) {
435435
})
436436
}
437437

438-
describe.only('circuit', () => {
438+
describe('circuit', () => {
439439
describe('js relay', function () {
440440
this.relay = null
441441
this.relayAddrs = null

0 commit comments

Comments
 (0)