Skip to content

Commit

Permalink
fix: typesVersions
Browse files Browse the repository at this point in the history
  • Loading branch information
ModyQyW committed Apr 1, 2024
1 parent 464e672 commit 47d4dd5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,14 @@
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"./dist/*",
"./dist/shared/*"
]
}
},
"bin": {
"mf": "./dist/cli.mjs",
"modyqyw-fabric": "./dist/cli.mjs"
Expand Down

0 comments on commit 47d4dd5

Please sign in to comment.