This repository was archived by the owner on Mar 10, 2020. It is now read-only.
File tree 2 files changed +19
-17
lines changed
2 files changed +19
-17
lines changed Original file line number Diff line number Diff line change
1
+ 'use strict'
2
+
3
+ module . exports = {
4
+ webpack : {
5
+ module : {
6
+ postLoaders : [ {
7
+ test : / \. j s $ / ,
8
+ loader : 'transform?brfs' ,
9
+ exclude : [
10
+ / j s - i p f s - a p i \/ t e s t /
11
+ ]
12
+ } ]
13
+ }
14
+ }
15
+ }
Original file line number Diff line number Diff line change 10
10
"detect-node" : " ^2.0.3" ,
11
11
"flatmap" : " 0.0.3" ,
12
12
"glob" : " ^7.0.3" ,
13
- "ipfs-merkle-dag" : " ^0.5.1 " ,
13
+ "ipfs-merkle-dag" : " ^0.6.0 " ,
14
14
"multiaddr" : " ^1.3.0" ,
15
15
"multipart-stream" : " ^2.0.1" ,
16
16
"ndjson" : " ^1.4.3" ,
26
26
"url" : " https://github.com/ipfs/js-ipfs-api"
27
27
},
28
28
"devDependencies" : {
29
- "aegir" : " ^3.0.2 " ,
29
+ "aegir" : " ^3.0.4 " ,
30
30
"chai" : " ^3.5.0" ,
31
31
"gulp" : " ^3.9.1" ,
32
32
"interface-ipfs-core" : " ^0.1.4" ,
87
87
"bugs" : {
88
88
"url" : " https://github.com/ipfs/js-ipfs-api/issues"
89
89
},
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
+ }
You can’t perform that action at this time.
0 commit comments