Skip to content

Commit

Permalink
update is-ipfs dep to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nginnever committed Mar 25, 2016
1 parent 89fec70 commit 51463b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"ipfs-blocks": "^0.1.0",
"is-ipfs": "github:nginnever/is-ipfs.git#0ca3ad3c10e4dfb549f0ca70824a9bb07ea6777b",
"is-ipfs": "^0.2.0",
"multihashing": "^0.2.0",
"protocol-buffers": "^3.1.4",
"stable": "^0.1.5"
Expand Down
2 changes: 1 addition & 1 deletion src/dag-service.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const DAGNode = require('./dag-node').DAGNode
const Block = require('ipfs-blocks').Block
const isIPFS = require('../node_modules/is-ipfs/src/index')
const isIPFS = require('is-ipfs')
const base58 = require('bs58')

exports = module.exports = DAGService
Expand Down

0 comments on commit 51463b9

Please sign in to comment.