Skip to content

Commit eb7d993

Browse files
committed
fix(ts): remove package.json#typesVersions
Signed-off-by: Lexus Drumgold <[email protected]>
1 parent 0ac382e commit eb7d993

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

package.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,6 @@
3838
},
3939
"module": "./dist/index.mjs",
4040
"types": "./dist/index.d.mts",
41-
"typesVersions": {
42-
"*": {
43-
"*": [
44-
"./dist/*.d.mts",
45-
"./dist/index.d.mts"
46-
]
47-
}
48-
},
4941
"scripts": {
5042
"build": "mkbuild",
5143
"check:ci": "yarn dedupe --check && yarn check:format && yarn check:lint && yarn check:spelling && yarn check:types && yarn check:types:build && yarn test:cov && NODE_ENV=production yarn pack -o %s-%v.tgz && yarn clean:pack",

0 commit comments

Comments
 (0)