From 61946d94001d1a7ee3a4ae1a14830bf5478a923e Mon Sep 17 00:00:00 2001 From: Stefan Date: Mon, 18 Sep 2023 14:16:38 +0200 Subject: [PATCH] chore: re add dist and es to files --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1fbe361..ea230b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bitsharesjs", - "version": "6.0.2", + "version": "6.0.3", "description": "Pure JavaScript BitShares library for node.js and browsers.", "browser": { "ws": false, @@ -51,7 +51,7 @@ "bugs": { "url": "https://github.com/bitshares/bitsharesjs/issues" }, - "files": ["examples/*", "lib/*", "test/*", "tools/*", ".babelrc", ".eslintrc", ".prettierignore", ".prettierrc", "esdoc.json", "webpack.config.js", "yarn.lock"], + "files": ["examples/*", "lib/*", "dist/*", "es/*", "test/*", "tools/*", "docs/*", ".babelrc", ".eslintrc", ".prettierignore", ".prettierrc", "esdoc.json", "webpack.config.js", "yarn.lock"], "engines": { "node": ">= 16.13.0" },