This repository was archived by the owner on Apr 29, 2020. It is now read-only.
File tree 2 files changed +23
-16
lines changed 2 files changed +23
-16
lines changed Original file line number Diff line number Diff line change
1
+ 'use strict'
2
+
3
+ const path = require ( 'path' )
4
+
5
+ module . exports = {
6
+ webpack : {
7
+ resolve : {
8
+ alias : {
9
+ 'node-forge' : path . resolve (
10
+ path . dirname ( require . resolve ( 'libp2p-crypto' ) ) ,
11
+ '../vendor/forge.bundle.js'
12
+ )
13
+ }
14
+ }
15
+ }
16
+ }
Original file line number Diff line number Diff line change 31
31
},
32
32
"homepage" : " https://github.com/ipfs/js-libp2p-ipfs-browser#readme" ,
33
33
"devDependencies" : {
34
- "aegir" : " ^3.0.4 " ,
34
+ "aegir" : " ^3.1.0 " ,
35
35
"bl" : " ^1.1.2" ,
36
36
"chai" : " ^3.5.0" ,
37
37
"gulp" : " ^3.9.1" ,
38
- "libp2p-ipfs" : " ^0.8 .0" ,
39
- "peer-id" : " ^0.6.7 " ,
38
+ "libp2p-ipfs" : " ^0.9 .0" ,
39
+ "peer-id" : " ^0.7.0 " ,
40
40
"pre-commit" : " ^1.1.3" ,
41
41
"run-parallel" : " ^1.1.6" ,
42
42
"webrtcsupport" : " ^2.2.0"
43
43
},
44
44
"dependencies" : {
45
45
"babel-runtime" : " ^6.9.0" ,
46
46
"libp2p-spdy" : " ^0.6.1" ,
47
- "libp2p-swarm" : " ^0.18.1 " ,
48
- "libp2p-webrtc-star" : " ^0.1.3 " ,
47
+ "libp2p-swarm" : " ^0.19.0 " ,
48
+ "libp2p-webrtc-star" : " ^0.2.0 " ,
49
49
"libp2p-websockets" : " ^0.6.0" ,
50
50
"multiaddr" : " ^2.0.2" ,
51
- "peer-info" : " ^0.6.2"
52
- },
53
- "aegir" : {
54
- "webpack" : {
55
- "resolve" : {
56
- "alias" : {
57
- "node-forge" : " ../vendor/forge.bundle.js"
58
- }
59
- }
60
- }
51
+ "peer-info" : " ^0.7.0"
61
52
},
62
53
"contributors" : [
63
54
64
55
" dignifiedquire <[email protected] >" ,
65
56
" greenkeeperio-bot <[email protected] >"
66
57
]
67
- }
58
+ }
You can’t perform that action at this time.
0 commit comments