Skip to content

Commit 61946d9

Browse files
committed
chore: re add dist and es to files
1 parent 5aee116 commit 61946d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bitsharesjs",
3-
"version": "6.0.2",
3+
"version": "6.0.3",
44
"description": "Pure JavaScript BitShares library for node.js and browsers.",
55
"browser": {
66
"ws": false,
@@ -51,7 +51,7 @@
5151
"bugs": {
5252
"url": "https://github.com/bitshares/bitsharesjs/issues"
5353
},
54-
"files": ["examples/*", "lib/*", "test/*", "tools/*", ".babelrc", ".eslintrc", ".prettierignore", ".prettierrc", "esdoc.json", "webpack.config.js", "yarn.lock"],
54+
"files": ["examples/*", "lib/*", "dist/*", "es/*", "test/*", "tools/*", "docs/*", ".babelrc", ".eslintrc", ".prettierignore", ".prettierrc", "esdoc.json", "webpack.config.js", "yarn.lock"],
5555
"engines": {
5656
"node": ">= 16.13.0"
5757
},

0 commit comments

Comments
 (0)