Fix package
This commit is contained in:
@@ -9,9 +9,6 @@
|
||||
"license": "MIT",
|
||||
"repository": "github:rgossiaux/svelte-headlessui",
|
||||
"version": "1.0.0-beta.1",
|
||||
"exports": {
|
||||
".": "./src/lib/index.ts"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "svelte-kit dev",
|
||||
"build": "svelte-kit build",
|
||||
|
||||
@@ -15,7 +15,7 @@ const config = {
|
||||
adapter: adapter(),
|
||||
package: {
|
||||
exports: (filepath) => {
|
||||
return filepath.endsWith("src/lib/index.ts");
|
||||
return filepath.endsWith("index.js");
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user