update package.json for @transia

This commit is contained in:
Denis Angell
2023-03-28 20:36:54 +00:00
parent f8b7c6ab15
commit d50417acbc
4 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "ripple-address-codec",
"name": "@transia/ripple-address-codec",
"version": "4.2.5",
"description": "encodes/decodes base58 encoded XRP Ledger identifiers",
"files": [
@@ -15,7 +15,7 @@
},
"repository": {
"type": "git",
"url": "git@github.com:XRPLF/xrpl.js.git"
"url": "git@github.com/Transia-RnD/xrpl.js/tree/beta"
},
"prepublish": "tsc -b",
"prepublishOnly": "tslint -b ./ && jest",