Skip to content

Commit

Permalink
Merge pull request #526 from benmccann/next-1
Browse files Browse the repository at this point in the history
fix: address some packaging issues
  • Loading branch information
jakobrosenberg authored Aug 23, 2023
2 parents 4a00c3c + 75d8200 commit ecf9d09
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,14 @@
"exports": {
"./package.json": "./package.json",
".": {
"types": "index.d.ts",
"default": "./lib/runtime/index.js",
"svelte": "./lib/runtime/index.js"
"types": "./index.d.ts",
"svelte": "./lib/runtime/index.js",
"default": "./lib/runtime/index.js"
},
"./vite-plugin": "./lib/extra/vite-plugin/vite-plugin.js",
"./lib/extra/vite-plugin": "./lib/extra/vite-plugin/vite-plugin.js",
"./lib/extra/express-plugin": "./lib/extra/express-plugin/index.js",
"./lib/*": "./lib/*",
"./lib/cmp/*": "./lib/cmp/*.js",
"./typings/*": "./typings/*",
"./plugins/*": "./plugins/*",
"./tools": "./lib/extra/tools/index.js"
Expand Down Expand Up @@ -116,4 +115,4 @@
"volta": {
"node": "19.1.0"
}
}
}

0 comments on commit ecf9d09

Please sign in to comment.