mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
Fix mapping in exports (#1020)
* Fix mapping in exports Fixes #1019 - Add correct mapping for public entrypoints. * Remove shoelace.js from from exports list Should still works fine while importing this way: import { thing } from '@shoelace-style/shoelace';
This commit is contained in:
@@ -13,7 +13,12 @@
|
||||
".": {
|
||||
"types": "./dist/shoelace.d.ts",
|
||||
"import": "./dist/shoelace.js"
|
||||
}
|
||||
},
|
||||
"./themes/*": "./dist/themes/*",
|
||||
"./components/*": "./dist/components/*",
|
||||
"./utilities/*": "./dist/utilities/*",
|
||||
"./react/*": "./dist/react/*",
|
||||
"./translations/*": "./dist/translations/*"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
|
||||
Reference in New Issue
Block a user