From 31ab318387cab20e3bf153bd3d14148a4bab5c82 Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Sat, 11 Dec 2021 09:00:25 -0300 Subject: [PATCH] end the rollup madness, just ship the source. --- package.json | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 97805d2..ed31294 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,7 @@ { "name": "nostr-tools", - "version": "0.6.4", + "version": "0.6.5", "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": { "type": "git", "url": "https://github.com/fiatjaf/nostr-tools.git" @@ -26,11 +23,5 @@ "censorship", "censorship-resistance", "client" - ], - "devDependencies": { - "rollup": "^2.61.1" - }, - "scripts": { - "prepublish": "rollup -c" - } + ] }