Skip to content

Commit

Permalink
Fix published files for packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Jan 16, 2025
1 parent bd1bf71 commit b5caf37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/persistent-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"files": [
"lib/**/*.d.ts",
"lib/**/*.js",
"lib/**/*.js.map"
"lib/**/*.js.map",
"lib/**/package.json"
],
"scripts": {
"clean": "rm -rf lib",
Expand Down
3 changes: 2 additions & 1 deletion packages/ssz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"files": [
"lib/**/*.d.ts",
"lib/**/*.js",
"lib/**/*.js.map"
"lib/**/*.js.map",
"lib/**/package.json"
],
"scripts": {
"build": "yarn run build:cjs && yarn build:esm && yarn build:types",
Expand Down

0 comments on commit b5caf37

Please sign in to comment.