Skip to content

Commit 51463b9

Browse files
committed
update is-ipfs dep to v0.2.0
1 parent 89fec70 commit 51463b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"ipfs-blocks": "^0.1.0",
27-
"is-ipfs": "github:nginnever/is-ipfs.git#0ca3ad3c10e4dfb549f0ca70824a9bb07ea6777b",
27+
"is-ipfs": "^0.2.0",
2828
"multihashing": "^0.2.0",
2929
"protocol-buffers": "^3.1.4",
3030
"stable": "^0.1.5"

src/dag-service.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const DAGNode = require('./dag-node').DAGNode
22
const Block = require('ipfs-blocks').Block
3-
const isIPFS = require('../node_modules/is-ipfs/src/index')
3+
const isIPFS = require('is-ipfs')
44
const base58 = require('bs58')
55

66
exports = module.exports = DAGService

0 commit comments

Comments
 (0)