fix(kit): add legacy entrypoints for pre v3.3 usage (#19874)

This commit is contained in:
Daniel Roe 2023-03-24 18:19:43 +01:00 committed by GitHub
parent 8e90f49d04
commit a0c2fb3d25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs"
"import": "./dist/index.mjs",
"require": "./dist/index.mjs"
},
"./package.json": "./package.json"
},