cleanup lib/ so we can only publish the esm file under esm/

This commit is contained in:
fiatjaf 2023-03-02 08:36:43 -03:00
parent dbf625d6ac
commit f992c9c967
No known key found for this signature in database
GPG Key ID: BAD43C4BE5C1A3A1
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ install-dependencies:
yarn --ignore-engines yarn --ignore-engines
build: build:
rm -rf lib
node build.js node build.js
test: build test: build

View File

@ -1,6 +1,6 @@
{ {
"name": "nostr-tools", "name": "nostr-tools",
"version": "1.7.2", "version": "1.7.4",
"description": "Tools for making a Nostr client.", "description": "Tools for making a Nostr client.",
"repository": { "repository": {
"type": "git", "type": "git",