Skip to content

Commit

Permalink
move important things to the top
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Mar 1, 2023
1 parent 9539460 commit f174f86
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,6 @@
"files": [
"/dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/crate-crypto/js-proto-danksharding-crypto.git"
},
"keywords": [
"cryptography"
],
"author": "Kevaundray Wedderburn",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/crate-crypto/js-proto-danksharding-crypto/issues"
},
"homepage": "https://github.com/crate-crypto/js-proto-danksharding-crypto#readme",
"scripts": {
"build": "tsc -p .",
"test": "mocha --timeout 5000",
Expand All @@ -42,5 +29,18 @@
"dependencies": {
"@noble/curves": "^0.7.3",
"montgomery": "^0.2.1"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/crate-crypto/js-proto-danksharding-crypto.git"
},
"keywords": [
"cryptography"
],
"author": "Kevaundray Wedderburn",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/crate-crypto/js-proto-danksharding-crypto/issues"
},
"homepage": "https://github.com/crate-crypto/js-proto-danksharding-crypto#readme"
}

0 comments on commit f174f86

Please sign in to comment.