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

Commit

Permalink
feat: export MFS root key
Browse files Browse the repository at this point in the history
So that GC can avoid collecting your MFS https://github.com/ipfs/js-ipfs/pull/2022/files#r303383848
  • Loading branch information
alanshaw authored and achingbrain committed Aug 20, 2019
1 parent 375dcf2 commit 265eee5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/index.js
Expand Up @@ -4,12 +4,14 @@ const cli = require('./cli')
const core = require('./core')
const http = require('./http')
const {
FILE_TYPES
FILE_TYPES,
MFS_ROOT_KEY
} = require('./core/utils/constants')

module.exports = {
cli,
core,
http,
FILE_TYPES
FILE_TYPES,
MFS_ROOT_KEY
}

0 comments on commit 265eee5

Please sign in to comment.