Rename package to align with new naming convention
All checks were successful
CI / build (push) Successful in 22s
CI / publish (push) Has been skipped

This commit is contained in:
2025-09-06 18:53:40 +01:00
parent 487dc425e4
commit 662b5d0665
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -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",

View File

@@ -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",