diff --git a/package-lock.json b/package-lock.json index a956c54..7fdbbd6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "@shardus/crypto-utils", + "name": "@shardeum-foundation/crypto-utils", "version": "4.1.5", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "@shardus/crypto-utils", + "name": "@shardeum-foundation/crypto-utils", "version": "4.1.5", "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index 70c3afa..04bc80a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "@shardus/crypto-utils", + "name": "@shardeum-foundation/crypto-utils", "version": "4.1.5", - "description": "Provides simple crypto functions, as used by the ULC Project.", + "description": "Provides simple crypto functions, as used by the Shardeum Project.", "main": "./build/src/index.js", "types": "./build/src/index.d.ts", "files": [ @@ -23,7 +23,7 @@ }, "repository": { "type": "git", - "url": "https://gitlab.com/shardus/shardus-crypto-utils" + "url": "https://github.com/shardeum/lib-crypto-utils" }, "publishConfig": { "access": "public" @@ -34,9 +34,9 @@ ], "license": "ISC", "bugs": { - "url": "https://gitlab.com/shardus/shardus-crypto-utils/issues" + "url": "https://github.com/shardeum/lib-crypto-utils/issues" }, - "homepage": "https://gitlab.com/shardus/shardus-crypto-utils#readme", + "homepage": "https://github.com/shardeum/lib-crypto-utils#readme", "dependencies": { "@shardus/types": "1.2.8", "buffer-xor": "2.0.2",