Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Dec 13, 2024
1 parent 8607283 commit 4b32e24
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"mm": "3",
"supertest": "7",
"ts-node": "10",
"tshy": "1",
"tshy": "3",
"tshy-after": "1",
"typescript": "5",
"urllib": "4"
Expand All @@ -86,12 +86,10 @@
"./package.json": "./package.json",
".": {
"import": {
"source": "./src/index.ts",
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.js"
},
"require": {
"source": "./src/index.ts",
"types": "./dist/commonjs/index.d.ts",
"default": "./dist/commonjs/index.js"
}
Expand Down

0 comments on commit 4b32e24

Please sign in to comment.