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

Commit

Permalink
Merge pull request #274 from ipfs/greenkeeper-ipfs-merkle-dag-0.6.0
Browse files Browse the repository at this point in the history
Update ipfs-merkle-dag to version 0.6.0 🚀
  • Loading branch information
daviddias committed May 16, 2016
2 parents 07ade23 + b19aead commit 115e2eb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 17 deletions.
15 changes: 15 additions & 0 deletions .aegir.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
'use strict'

module.exports = {
webpack: {
module: {
postLoaders: [{
test: /\.js$/,
loader: 'transform?brfs',
exclude: [
/js-ipfs-api\/test/
]
}]
}
}
}
21 changes: 4 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"detect-node": "^2.0.3",
"flatmap": "0.0.3",
"glob": "^7.0.3",
"ipfs-merkle-dag": "^0.5.1",
"ipfs-merkle-dag": "^0.6.0",
"multiaddr": "^1.3.0",
"multipart-stream": "^2.0.1",
"ndjson": "^1.4.3",
Expand All @@ -26,7 +26,7 @@
"url": "https://github.com/ipfs/js-ipfs-api"
},
"devDependencies": {
"aegir": "^3.0.2",
"aegir": "^3.0.4",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"interface-ipfs-core": "^0.1.4",
Expand Down Expand Up @@ -87,18 +87,5 @@
"bugs": {
"url": "https://github.com/ipfs/js-ipfs-api/issues"
},
"homepage": "https://github.com/ipfs/js-ipfs-api",
"aegir": {
"webpack": {
"module": {
"postLoaders": [
{
"test": "__",
"loader": "transform?brfs",
"include": []
}
]
}
}
}
}
"homepage": "https://github.com/ipfs/js-ipfs-api"
}

0 comments on commit 115e2eb

Please sign in to comment.