diff --git a/package.json b/package.json index 5557b44..0d1020b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@noble/ed25519", - "version": "2.0.0", + "version": "2.1.0", "description": "Fastest 4KB JS implementation of ed25519 EDDSA signatures compliant with RFC8032, FIPS 186-5 & ZIP215", "files": [ "index.js", @@ -26,7 +26,7 @@ "homepage": "https://paulmillr.com/noble/", "repository": { "type": "git", - "url": "https://github.com/paulmillr/noble-ed25519.git" + "url": "git+https://github.com/paulmillr/noble-ed25519.git" }, "license": "MIT", "devDependencies": { @@ -40,16 +40,14 @@ "keywords": [ "ed25519", "rfc8032", + "fips186", "signature", "eddsa", "noble", "cryptography", "elliptic curve", - "ecc", - "curve", "rfc7748", "zip215", - "ristretto255", "x25519", "curve25519" ],