We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89fec70 commit 51463b9Copy full SHA for 51463b9
package.json
@@ -24,7 +24,7 @@
24
},
25
"dependencies": {
26
"ipfs-blocks": "^0.1.0",
27
- "is-ipfs": "github:nginnever/is-ipfs.git#0ca3ad3c10e4dfb549f0ca70824a9bb07ea6777b",
+ "is-ipfs": "^0.2.0",
28
"multihashing": "^0.2.0",
29
"protocol-buffers": "^3.1.4",
30
"stable": "^0.1.5"
src/dag-service.js
@@ -1,6 +1,6 @@
1
const DAGNode = require('./dag-node').DAGNode
2
const Block = require('ipfs-blocks').Block
3
-const isIPFS = require('../node_modules/is-ipfs/src/index')
+const isIPFS = require('is-ipfs')
4
const base58 = require('bs58')
5
6
exports = module.exports = DAGService
0 commit comments