mirror of
https://github.com/nbd-wtf/nostr-tools.git
synced 2025-12-08 16:28:49 +00:00
Compare commits
1 Commits
85c964be3d
...
v0.6.5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
31ab318387 |
13
package.json
13
package.json
@@ -1,10 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "nostr-tools",
|
"name": "nostr-tools",
|
||||||
"version": "0.6.4",
|
"version": "0.6.5",
|
||||||
"description": "Tools for making a Nostr client.",
|
"description": "Tools for making a Nostr client.",
|
||||||
"main": "dist/nostr-tools.esm.min.js",
|
|
||||||
"module": "dist/nostr-tools.esm.min.js",
|
|
||||||
"browser": "dist/nostr-tools.umd.min.js",
|
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/fiatjaf/nostr-tools.git"
|
"url": "https://github.com/fiatjaf/nostr-tools.git"
|
||||||
@@ -26,11 +23,5 @@
|
|||||||
"censorship",
|
"censorship",
|
||||||
"censorship-resistance",
|
"censorship-resistance",
|
||||||
"client"
|
"client"
|
||||||
],
|
]
|
||||||
"devDependencies": {
|
|
||||||
"rollup": "^2.61.1"
|
|
||||||
},
|
|
||||||
"scripts": {
|
|
||||||
"prepublish": "rollup -c"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user