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

Commit 115e2eb

Browse files
committed
Merge pull request #274 from ipfs/greenkeeper-ipfs-merkle-dag-0.6.0
Update ipfs-merkle-dag to version 0.6.0 🚀
2 parents 07ade23 + b19aead commit 115e2eb

File tree

2 files changed

+19
-17
lines changed

2 files changed

+19
-17
lines changed

.aegir.js

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
'use strict'
2+
3+
module.exports = {
4+
webpack: {
5+
module: {
6+
postLoaders: [{
7+
test: /\.js$/,
8+
loader: 'transform?brfs',
9+
exclude: [
10+
/js-ipfs-api\/test/
11+
]
12+
}]
13+
}
14+
}
15+
}

package.json

+4-17
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"detect-node": "^2.0.3",
1111
"flatmap": "0.0.3",
1212
"glob": "^7.0.3",
13-
"ipfs-merkle-dag": "^0.5.1",
13+
"ipfs-merkle-dag": "^0.6.0",
1414
"multiaddr": "^1.3.0",
1515
"multipart-stream": "^2.0.1",
1616
"ndjson": "^1.4.3",
@@ -26,7 +26,7 @@
2626
"url": "https://github.com/ipfs/js-ipfs-api"
2727
},
2828
"devDependencies": {
29-
"aegir": "^3.0.2",
29+
"aegir": "^3.0.4",
3030
"chai": "^3.5.0",
3131
"gulp": "^3.9.1",
3232
"interface-ipfs-core": "^0.1.4",
@@ -87,18 +87,5 @@
8787
"bugs": {
8888
"url": "https://github.com/ipfs/js-ipfs-api/issues"
8989
},
90-
"homepage": "https://github.com/ipfs/js-ipfs-api",
91-
"aegir": {
92-
"webpack": {
93-
"module": {
94-
"postLoaders": [
95-
{
96-
"test": "__",
97-
"loader": "transform?brfs",
98-
"include": []
99-
}
100-
]
101-
}
102-
}
103-
}
104-
}
90+
"homepage": "https://github.com/ipfs/js-ipfs-api"
91+
}

0 commit comments

Comments
 (0)