Skip to content

Commit

Permalink
add files to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Jan 6, 2025
1 parent 83dba2e commit 2e1873c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
"lint:fix": "concurrently \"pnpm:lint:*:fix\" --names \"fix:\" --prefixColors auto && pnpm format",
"lint:format": "prettier . --cache --check"
},
"files": [
"dist",
"index.js",
"assert.js"
],
"exports": {
".": {
"import": "./index.js",
Expand Down

0 comments on commit 2e1873c

Please sign in to comment.