From f174f867729a74687767d35f8331f83cd0179a2e Mon Sep 17 00:00:00 2001 From: Kevaundray Wedderburn Date: Wed, 1 Mar 2023 18:21:00 +0000 Subject: [PATCH] move important things to the top --- package.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index 85293ea..5ade4ea 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" } \ No newline at end of file