Skip to content

Commit

Permalink
chore: remove typesVersions from package definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Nov 12, 2024
1 parent 02a365c commit 8a6df9f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 27 deletions.
9 changes: 0 additions & 9 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,6 @@
},
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"*",
"dist/*",
"dist/*.d.ts"
]
}
},
"files": [
"dist"
],
Expand Down
9 changes: 0 additions & 9 deletions packages/unlazy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,6 @@
"unpkg": "./dist/unlazy.iife.js",
"jsdelivr": "./dist/unlazy.iife.js",
"types": "./dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"*",
"dist/*",
"dist/*.d.ts"
]
}
},
"files": [
"dist"
],
Expand Down
9 changes: 0 additions & 9 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,6 @@
}
},
"types": "./dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"*",
"dist/*",
"dist/*.d.ts"
]
}
},
"files": [
"dist"
],
Expand Down

0 comments on commit 8a6df9f

Please sign in to comment.