Merge pull request #2113 from edsondewes/main

fix(pkg): add css files to the exports
This commit is contained in:
Moritz Klack
2022-04-30 18:51:46 +02:00
committed by GitHub
+3 -1
View File
@@ -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",