mirror of
https://github.com/nbd-wtf/nostr-tools.git
synced 2025-12-08 16:28:49 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0d0557b9a2 |
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nostr-tools",
|
||||
"version": "0.6.1",
|
||||
"version": "0.6.3",
|
||||
"description": "Tools for making a Nostr client.",
|
||||
"main": "dist/nostr-tools.esm.min.js",
|
||||
"module": "dist/nostr-tools.esm.min.js",
|
||||
@@ -30,9 +30,6 @@
|
||||
"devDependencies": {
|
||||
"rollup": "^2.61.1"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"prepublish": "rollup -c"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import pkg from './package.json'
|
||||
|
||||
export default {
|
||||
input: 'src/index.js',
|
||||
input: 'index.js',
|
||||
output: [
|
||||
{
|
||||
name: 'nostrtools',
|
||||
|
||||
Reference in New Issue
Block a user