From 63c76a19e9ea2864d2f88ccd8e83013d8a2b8ed9 Mon Sep 17 00:00:00 2001 From: nichoth Date: Sat, 14 Dec 2024 20:44:37 -0800 Subject: [PATCH] wip --- package.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 7ba582d..2936731 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@substrate-system/diffie-hellman", + "name": "@bicycle-codes/diffie-hellman", "version": "5.0.3", "type": "module", "description": "pure js diffie-hellman", @@ -46,6 +46,7 @@ "uint8arrays": "^5.1.0" }, "devDependencies": { + "@bicycle-codes/randombytes": "^0.0.0", "@substrate-system/tapzero": "^0.10.5", "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", @@ -71,12 +72,12 @@ ], "author": "Calvin Metcalf", "contributors": [ - { - "name": "Nick Thomas", - "email": "nichoth@nichoth.com", - "url": "https://nichoth.com/" - } - ], + { + "name": "Nick Thomas", + "email": "nichoth@nichoth.com", + "url": "https://nichoth.com/" + } + ], "license": "MIT", "bugs": { "url": "https://github.com/substrate-system/diffie-hellman/issues"