Skip to content

Commit

Permalink
chore: add typesVersions back (fixes #57)
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Dec 4, 2024
1 parent d2260a9 commit 5518e54
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@
},
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"dist/*"
]
}
},
"files": [
"dist"
],
Expand Down
7 changes: 7 additions & 0 deletions packages/unlazy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@
"unpkg": "./dist/unlazy.iife.js",
"jsdelivr": "./dist/unlazy.iife.js",
"types": "./dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"dist/*"
]
}
},
"files": [
"dist"
],
Expand Down
7 changes: 7 additions & 0 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@
}
},
"types": "./dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"dist/*"
]
}
},
"files": [
"dist"
],
Expand Down

0 comments on commit 5518e54

Please sign in to comment.