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

Commit 52d0d99

Browse files
committedJan 8, 2016
placeholder
1 parent e47046a commit 52d0d99

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎src/ipfs-core/index.js

+6
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,10 @@ function IPFS () {
7676

7777
gc: function () {}
7878
}
79+
80+
this.bootstrap = {
81+
list: () => {},
82+
add: () => {},
83+
rm: () => {}
84+
}
7985
}

0 commit comments

Comments
 (0)
This repository has been archived.