Skip to content

Commit

Permalink
chore: Resort package exports
Browse files Browse the repository at this point in the history
  • Loading branch information
3y3 committed Sep 17, 2024
1 parent 90b723f commit 0314416
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,23 @@
},
"exports": {
".": {
"types": "./build/plugin/index.d.ts",
"require": "./build/plugin/cjs/index.min.js",
"production": "./build/plugin/index.min.js",
"development": "./build/plugin/index.js",
"default": "./build/plugin/index.min.js"
},
"./includer": {
"types": "./build/includer/index.d.ts",
"require": "./build/includer/cjs/index.js",
"default": "./build/includer/esm/index.js",
"types": "./build/includer/index.d.ts"
"default": "./build/includer/esm/index.js"
},
"./runtime": {
"types": "./build/runtime/index.d.ts",
"require": "./build/runtime/cjs/index.min.js",
"production": "./build/runtime/index.min.js",
"development": "./build/runtime/index.js",
"style": "./build/runtime/index.min.css",
"default": "./build/runtime/index.min.js"
},
"./runtime/styles": {
Expand Down

0 comments on commit 0314416

Please sign in to comment.