Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tttp committed Sep 15, 2024
1 parent c7c8754 commit d19829b
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
{
"version": "5.2.4",
"version": "5.2.5",
"license": "AGPL-3.0",
"main": "dist/index.js",
"main": "dist/index.cjs",
"typings": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
"dist", "src"
],
"scripts": {
"_build": "cross-env NODE_ENV=production tsup-node",
Expand Down

0 comments on commit d19829b

Please sign in to comment.