Skip to content

Commit

Permalink
chore: re add dist and es to files
Browse files Browse the repository at this point in the history
  • Loading branch information
sschiessl-bcp committed Sep 18, 2023
1 parent 5aee116 commit 61946d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down Expand Up @@ -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"
},
Expand Down

0 comments on commit 61946d9

Please sign in to comment.