nextui/packages/components/divider/clean-package.config.json
2022-10-02 16:59:13 -03:00

3 lines
232 B
JSON

{ "replace": { "main": "dist/index.cjs.js", "module": "dist/index.esm.js",
"types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.esm.js",
"require": "./dist/index.cjs.js" }, "./package.json": "./package.json" } } }