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

Commit

Permalink
fix: point to the right memory store
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Oct 26, 2016
1 parent cd91d4f commit c8ce7c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"async": "^2.1.1",
"babel-runtime": "^6.11.6",
"cids": "^0.2.0",
"interface-pull-blob-store": "^0.5.0",
"interface-pull-blob-store": "^0.6.0",
"ipfs-block": "^0.4.0",
"ipld-dag-cbor": "^0.7.0",
"ipld-dag-pb": "^0.1.0",
Expand All @@ -69,4 +69,4 @@
"Richard Littauer <richard.littauer@gmail.com>",
"greenkeeperio-bot <support@greenkeeper.io>"
]
}
}
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const pull = require('pull-stream')
const CID = require('cids')
const until = require('async/until')
const IPFSRepo = require('ipfs-repo')
const MemoryStore = require('../node_modules/interface-pull-blob-store/lib/reference.js')
const MemoryStore = require('interface-pull-blob-store')
const BlockService = require('ipfs-block-service')

const dagPB = require('ipld-dag-pb')
Expand Down

0 comments on commit c8ce7c2

Please sign in to comment.