Skip to content

Commit

Permalink
fix: npm publish files
Browse files Browse the repository at this point in the history
  • Loading branch information
Sec-ant committed Nov 19, 2022
1 parent f70f8b9 commit 7999c58
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
Expand Up @@ -3,8 +3,8 @@
"version": "2.0.2",
"type": "module",
"files": [
"./dist/*.ts",
"./dist/*.js"
"./dist/**/*.ts",
"./dist/**/*.js"
],
"exports": {
"import": "./dist/index.js",
Expand Down

0 comments on commit 7999c58

Please sign in to comment.