Skip to content

Commit

Permalink
refactor!: remove runtime/* subpath export
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jun 13, 2024
1 parent 646d2f2 commit d12305b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@
"types": "./presets.d.ts",
"import": "./dist/presets/index.mjs"
},
"./presets/*": {
"types": "./dist/presets/*.d.ts",
"import": "./dist/presets/*.mjs"
},
"./rollup": {
"types": "./rollup.d.ts",
"import": "./dist/rollup/index.mjs"
Expand All @@ -50,14 +46,6 @@
"types": "./runtime-meta.d.ts",
"import": "./runtime-meta.mjs"
},
"./runtime/*": {
"types": "./dist/runtime/*.d.ts",
"import": "./dist/runtime/*.mjs"
},
"./dist/runtime/*": {
"types": "./dist/runtime/*.d.ts",
"import": "./dist/runtime/*.mjs"
},
"./types": {
"types": "./types.d.ts",
"import": "./dist/types/index.mjs"
Expand Down

0 comments on commit d12305b

Please sign in to comment.