mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-02-03 21:57:58 +01:00
chore(package): export style
This commit is contained in:
@@ -13,13 +13,15 @@
|
|||||||
".": {
|
".": {
|
||||||
"types": "./dist/module.d.ts",
|
"types": "./dist/module.d.ts",
|
||||||
"import": "./dist/module.mjs",
|
"import": "./dist/module.mjs",
|
||||||
"require": "./dist/module.cjs"
|
"require": "./dist/module.cjs",
|
||||||
|
"style": "./dist/runtime/index.css"
|
||||||
},
|
},
|
||||||
"./runtime/*": "./dist/runtime/*"
|
"./runtime/*": "./dist/runtime/*"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"nuxt-ui": "./cli/index.mjs"
|
"nuxt-ui": "./cli/index.mjs"
|
||||||
},
|
},
|
||||||
|
"style": "./dist/runtime/index.css",
|
||||||
"main": "./dist/module.cjs",
|
"main": "./dist/module.cjs",
|
||||||
"types": "./dist/types.d.ts",
|
"types": "./dist/types.d.ts",
|
||||||
"files": [
|
"files": [
|
||||||
|
|||||||
Reference in New Issue
Block a user