Skip to content

Commit

Permalink
fix(kit): add legacy entrypoints for pre v3.3 usage (#19874)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Mar 24, 2023
1 parent 8e90f49 commit a0c2fb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit a0c2fb3

Please sign in to comment.