Skip to content

Commit 67a562f

Browse files
Rename npm package to nostr-beacon (0.0.4) (#41)
The npm name 'beacon' is owned by another publisher, so this package cannot be published under it. Rename to nostr-beacon (owned by this account; latest on npm is 0.0.3) and bump to 0.0.4. The bin command becomes nostr-beacon too.
1 parent a2b515a commit 67a562f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "beacon",
3-
"version": "0.0.2",
2+
"name": "nostr-beacon",
3+
"version": "0.0.4",
44
"type": "module",
55
"description": "did:nostr social-graph indexer (profiles + follows + relay lists) on MongoDB. Same schema as nostr-beacon for regression; DID-doc generation delegates to jss buildDidDocument per RFC.",
66
"bin": {
7-
"beacon": "index.js"
7+
"nostr-beacon": "index.js"
88
},
99
"scripts": {
1010
"test": "node --test",

0 commit comments

Comments
 (0)