Skip to content

Commit d8daac3

Browse files
committed
chore: update repository URLs to humanjavaenterprises
1 parent 984ed46 commit d8daac3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nostr-nsec-seedphrase",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "A TypeScript library for managing Nostr keys with seed phrases, including event signing, verification, and WebSocket utilities",
55
"type": "module",
66
"main": "./dist/index.js",
@@ -26,7 +26,7 @@
2626
},
2727
"repository": {
2828
"type": "git",
29-
"url": "git+https://github.com/vergelevans/nostr-nsec-seedphrase.git"
29+
"url": "git+https://github.com/humanjavaenterprises/nostr-nsec-seedphrase.git"
3030
},
3131
"keywords": [
3232
"nostr",
@@ -41,9 +41,9 @@
4141
"author": "Vergel Evans",
4242
"license": "MIT",
4343
"bugs": {
44-
"url": "https://github.com/vergelevans/nostr-nsec-seedphrase/issues"
44+
"url": "https://github.com/humanjavaenterprises/nostr-nsec-seedphrase/issues"
4545
},
46-
"homepage": "https://github.com/vergelevans/nostr-nsec-seedphrase#readme",
46+
"homepage": "https://github.com/humanjavaenterprises/nostr-nsec-seedphrase#readme",
4747
"dependencies": {
4848
"@noble/hashes": "^1.3.3",
4949
"@noble/secp256k1": "^2.0.0",

0 commit comments

Comments
 (0)