File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -27,4 +27,3 @@ build/Release
27
27
node_modules
28
28
29
29
dist
30
- lib
Original file line number Diff line number Diff line change 2
2
"name" : " multiaddr" ,
3
3
"version" : " 2.0.3" ,
4
4
"description" : " multiaddr implementation (binary + string representation of network addresses)" ,
5
- "main" : " lib/index.js" ,
6
- "jsnext:main" : " src/index.js" ,
5
+ "main" : " src/index.js" ,
7
6
"scripts" : {
8
7
"lint" : " aegir-lint" ,
9
8
"test" : " aegir-test" ,
36
35
},
37
36
"homepage" : " https://github.com/multiformats/js-multiaddr" ,
38
37
"dependencies" : {
39
- "babel-runtime" : " ^6.11.6 " ,
38
+ "babel-runtime" : " ^6.18.0 " ,
40
39
"bs58" : " ^3.0.0" ,
41
- "ip" : " ^1.1.3 " ,
40
+ "ip" : " ^1.1.4 " ,
42
41
"lodash.filter" : " ^4.6.0" ,
43
42
"lodash.map" : " ^4.6.0" ,
44
- "varint" : " ^4 .0.1 " ,
43
+ "varint" : " ^5 .0.0 " ,
45
44
"xtend" : " ^4.0.1"
46
45
},
47
46
"devDependencies" : {
48
- "aegir" : " ^8.0.0 " ,
47
+ "aegir" : " ^9.1.2 " ,
49
48
"buffer-loader" : " 0.0.1" ,
50
49
"chai" : " ^3.5.0" ,
51
50
"pre-commit" : " ^1.1.3"
You can’t perform that action at this time.
0 commit comments