mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
fix exports
This commit is contained in:
@@ -30,6 +30,10 @@
|
||||
"./dist/react/*": "./dist/react/*",
|
||||
"./dist/translations": "./dist/translations",
|
||||
"./dist/translations/*": "./dist/translations/*",
|
||||
"./dist/utilities": "./dist/utilities",
|
||||
"./dist/utilities/*": "./dist/utilities/*",
|
||||
"./dist/events": "./dist/events",
|
||||
"./dist/events/*": "./dist/events/*",
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"files": [
|
||||
|
||||
@@ -215,6 +215,11 @@ export async function build(options = {}) {
|
||||
...(await globby(posix.join(rootDir, 'src/components/**/!(*.(style|test)).ts'))),
|
||||
// Translations
|
||||
...(await globby(posix.join(rootDir, 'src/translations/**/*.ts'))),
|
||||
// Utilities
|
||||
...(await globby(posix.join(rootDir, 'src/utilities/**/*.ts'))),
|
||||
// Events
|
||||
...(await globby(posix.join(rootDir, 'src/events/**/*.ts'))),
|
||||
// TODO: Should `src/internal` be included?
|
||||
// React wrappers
|
||||
...(await globby(posix.join(rootDir, 'src/react/**/*.ts'))),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user