Skip to content

Commit d54629c

Browse files
committed
Move package.json keywords below the more important fields
1 parent c36ce23 commit d54629c

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -12,30 +12,8 @@
1212
"url": "https://paulmillr.com"
1313
}
1414
],
15-
"repository": "github:ethereum/js-ethereum-cryptography",
15+
"repository": "https://github.com/ethereum/js-ethereum-cryptography",
1616
"license": "MIT",
17-
"keywords": [
18-
"ethereum",
19-
"cryptography",
20-
"digital signature",
21-
"hash",
22-
"encryption",
23-
"prng",
24-
"keccak",
25-
"scrypt",
26-
"pbkdf2",
27-
"sha-256",
28-
"ripemd-160",
29-
"blake2b",
30-
"aes",
31-
"advanced encryption standar",
32-
"secp256k1",
33-
"ecdsa",
34-
"bip32",
35-
"hierarchical deterministic keys",
36-
"hdwallet",
37-
"hdkeys"
38-
],
3917
"main": "./index.js",
4018
"files": [
4119
"src",
@@ -47,7 +25,7 @@
4725
],
4826
"dependencies": {
4927
"micro-base": "^0.10.0",
50-
"@noble/hashes": "^0.5.0",
28+
"@noble/hashes": "^0.5.1",
5129
"@noble/secp256k1": "^1.3.3"
5230
},
5331
"browser": {
@@ -97,6 +75,28 @@
9775
"webpack": "^4.39.3",
9876
"webpack-cli": "^3.3.8"
9977
},
78+
"keywords": [
79+
"ethereum",
80+
"cryptography",
81+
"digital signature",
82+
"hash",
83+
"encryption",
84+
"prng",
85+
"keccak",
86+
"scrypt",
87+
"pbkdf2",
88+
"sha-256",
89+
"ripemd-160",
90+
"blake2b",
91+
"aes",
92+
"advanced encryption standar",
93+
"secp256k1",
94+
"ecdsa",
95+
"bip32",
96+
"hierarchical deterministic keys",
97+
"hdwallet",
98+
"hdkeys"
99+
],
100100
"targets": {
101101
"parcel_tests": {
102102
"context": "browser"

0 commit comments

Comments
 (0)