Merge pull request #2113 from edsondewes/main
fix(pkg): add css files to the exports
This commit is contained in:
+3
-1
@@ -17,7 +17,9 @@
|
||||
"import": "./dist/nocss/esm/index.js",
|
||||
"require": "./dist/nocss/umd/index.js"
|
||||
},
|
||||
"./package.json": "./package.json"
|
||||
"./package.json": "./package.json",
|
||||
"./dist/style.css": "./dist/style.css",
|
||||
"./dist/theme-default.css": "./dist/theme-default.css"
|
||||
},
|
||||
"types": "dist/esm/index.d.ts",
|
||||
"license": "MIT",
|
||||
|
||||
Reference in New Issue
Block a user