Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 3dc73cd

Browse files
committedAug 27, 2015
ipns publish
1 parent 66d1462 commit 3dc73cd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎src/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ function IpfsAPI (host_or_multiaddr, port) {
185185
}
186186

187187
self.name = {
188+
publish: argCommand('name/publish'),
188189
resolve: argCommand('name/resolve')
189190
}
190191

‎test/test.js

+1
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ describe('ipfs node api', function () {
288288
})
289289

290290
it('test for error after daemon stops', function (done) {
291+
this.timeout(6000)
291292
var nodeStopped
292293
ipfsNode.stopDaemon(function () {
293294
if (!nodeStopped) {

0 commit comments

Comments
 (0)
This repository has been archived.