From 662b5d06652c62fa3411032b817df85cff37045a Mon Sep 17 00:00:00 2001 From: Jack Hadrill Date: Sat, 6 Sep 2025 18:53:40 +0100 Subject: [PATCH] Rename package to align with new naming convention --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index b3153dc..6174907 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "romulus-js", + "name": "romulus", "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "romulus-js", + "name": "romulus", "version": "1.0.0", "hasInstallScript": true, "license": "ISC", diff --git a/package.json b/package.json index 8f5bb95..7de3c12 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "romulus", + "name": "@3t/romulus", "version": "1.0.0", "description": "An implementation of the Romulus-M cryptography specification.", "main": "dist/index.js",