Update CI workflow and package configuration for Gitea npm registry
Some checks failed
CI / build (push) Successful in 19s
CI / publish (push) Failing after 7s

This commit is contained in:
2025-09-03 20:44:51 +01:00
parent a91f1ee417
commit 98d789bc2d
2 changed files with 30 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "romulus-js",
"name": "romulus",
"version": "1.0.0",
"description": "An implementation of the Romulus-M cryptography specification.",
"main": "dist/index.js",
@@ -13,7 +13,10 @@
},
"repository": {
"type": "git",
"url": "https://git.jacknet.io/TerribleCodeClub/romulus-js"
"url": "https://git.3t.network/3t.network/romulus-js"
},
"publishConfig": {
"registry": "https://git.3t.network/api/packages/3t.network/npm/"
},
"author": "Butlersaurus",
"license": "ISC",