Skip to content

Commit

Permalink
reduce the size of the packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
b4rtaz committed Jul 4, 2022
1 parent 5c2acad commit 3eccbc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/evmApi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"sideEffects": false,
"files": [
"lib/index.*",
"lib/**/*.d.ts"
"lib/**/*.d.ts",
"dist"
],
"scripts": {
"format": "prettier . '**/*.+(js|ts|json)' --write",
Expand Down

0 comments on commit 3eccbc2

Please sign in to comment.