Skip to content

Commit f174f86

Browse files
committed
move important things to the top
1 parent 9539460 commit f174f86

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,6 @@
88
"files": [
99
"/dist"
1010
],
11-
"repository": {
12-
"type": "git",
13-
"url": "git+https://github.com/crate-crypto/js-proto-danksharding-crypto.git"
14-
},
15-
"keywords": [
16-
"cryptography"
17-
],
18-
"author": "Kevaundray Wedderburn",
19-
"license": "Apache-2.0",
20-
"bugs": {
21-
"url": "https://github.com/crate-crypto/js-proto-danksharding-crypto/issues"
22-
},
23-
"homepage": "https://github.com/crate-crypto/js-proto-danksharding-crypto#readme",
2411
"scripts": {
2512
"build": "tsc -p .",
2613
"test": "mocha --timeout 5000",
@@ -42,5 +29,18 @@
4229
"dependencies": {
4330
"@noble/curves": "^0.7.3",
4431
"montgomery": "^0.2.1"
45-
}
32+
},
33+
"repository": {
34+
"type": "git",
35+
"url": "git+https://github.com/crate-crypto/js-proto-danksharding-crypto.git"
36+
},
37+
"keywords": [
38+
"cryptography"
39+
],
40+
"author": "Kevaundray Wedderburn",
41+
"license": "Apache-2.0",
42+
"bugs": {
43+
"url": "https://github.com/crate-crypto/js-proto-danksharding-crypto/issues"
44+
},
45+
"homepage": "https://github.com/crate-crypto/js-proto-danksharding-crypto#readme"
4646
}

0 commit comments

Comments
 (0)