Remove invalid typesVersions entries for non-script exports

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Patrik Oldsberg
2026-02-09 23:51:54 +01:00
parent 5a09d9bdb6
commit 30053d9676
-10
View File
@@ -25,16 +25,6 @@
"./css/styles.css": "./src/css/styles.css",
"./package.json": "./package.json"
},
"typesVersions": {
"*": {
"css/styles.css": [
"src/css/styles.css"
],
"package.json": [
"package.json"
]
}
},
"main": "src/index.ts",
"types": "src/index.ts",
"files": [