File tree Expand file tree Collapse file tree 4 files changed +9
-10
lines changed
ethereum-cryptography-native Expand file tree Collapse file tree 4 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ problematic in some environments.
42
42
43
43
[ 1 ] : https://img.shields.io/npm/v/ethereum-cryptography-native.svg
44
44
[ 2 ] : https://www.npmjs.com/package/ethereum-cryptography-native
45
- [ 3 ] : https://img.shields.io/travis/alcuadrado/ ethereum-cryptography/master.svg?label=Travis%20CI
46
- [ 4 ] : https://travis-ci.org/alcuadrado/ ethereum-cryptography
45
+ [ 3 ] : https://img.shields.io/travis/ethereum/js- ethereum-cryptography/master.svg?label=Travis%20CI
46
+ [ 4 ] : https://travis-ci.org/ethereum/js- ethereum-cryptography
47
47
[ 5 ] : https://img.shields.io/npm/l/ethereum-cryptography-native
48
- [ 6 ] : https://github.com/alcuadrado/ ethereum-cryptography/blob/master/packages/ethereum-cryptography-native/LICENSE
48
+ [ 6 ] : https://github.com/ethereum/js- ethereum-cryptography/blob/master/packages/ethereum-cryptography-native/LICENSE
Original file line number Diff line number Diff line change 8
8
9
9
}
10
10
],
11
- "repository" : " github:alcuadrado/ ethereum-cryptography" ,
11
+ "repository" : " github:ethereum/js- ethereum-cryptography" ,
12
12
"license" : " MIT" ,
13
13
"keywords" : [
14
14
" ethereum" ,
Original file line number Diff line number Diff line change 54
54
The reason for this is that importing everything from a single file will lead to
55
55
huge bundles when using this package for the web. This could be avoided through
56
56
tree-shaking, but the possibility of it not working properly on one of
57
- [ the supported bundlers] ( https://github.com/alcuadrado/ethereum-cryptography#browser-usage )
58
- is too high.
57
+ [ the supported bundlers] ( #browser-usage ) is too high.
59
58
60
59
## Pseudorandom number generation submodule
61
60
@@ -454,9 +453,9 @@ you found another primitive that is missing.
454
453
455
454
[1]: https://img.shields.io/npm/v/ethereum-cryptography.svg
456
455
[2]: https://www.npmjs.com/package/ethereum-cryptography
457
- [3]: https://img.shields.io/travis/alcuadrado/ ethereum-cryptography/master.svg?label=Travis%20CI
458
- [4]: https://travis-ci.org/alcuadrado/ ethereum-cryptography
456
+ [3]: https://img.shields.io/travis/ethereum/js- ethereum-cryptography/master.svg?label=Travis%20CI
457
+ [4]: https://travis-ci.org/ethereum/js- ethereum-cryptography
459
458
[5]: https://img.shields.io/npm/l/ethereum-cryptography
460
- [6]: https://github.com/alcuadrado/ ethereum-cryptography/blob/master/packages/ethereum-cryptography/LICENSE
459
+ [6]: https://github.com/ethereum/js- ethereum-cryptography/blob/master/packages/ethereum-cryptography/LICENSE
461
460
[7]: https://img.shields.io/npm/types/ethereum-cryptography.svg
462
461
[8]: https://www.npmjs.com/package/ethereum-cryptography
Original file line number Diff line number Diff line change 8
8
9
9
}
10
10
],
11
- "repository" : " github:alcuadrado/ ethereum-cryptography" ,
11
+ "repository" : " github:ethereum/js- ethereum-cryptography" ,
12
12
"license" : " MIT" ,
13
13
"keywords" : [
14
14
" ethereum" ,
You can’t perform that action at this time.
0 commit comments