Skip to content

Commit

Permalink
fix: fix npm release files configuration caused by changed build tool
Browse files Browse the repository at this point in the history
  • Loading branch information
KiraLT committed Dec 27, 2022
1 parent 749dfc3 commit 080fa2c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
"prettify": "prettier --write \"{src,spec}/**/*.ts\""
},
"files": [
"lib/**/*",
"esnext/**/*"
"dist/**/*"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit 080fa2c

Please sign in to comment.