Skip to content

v1.4.2

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Aug 06:50
· 179 commits to main since this release

npm bundle size

v1.4.1...v1.4.2

  • 🐞 fix: add esm in package.json 00d5df9

Change the package directory.

β”œβ”€β”€ cjs
β”œβ”€β”€ esm
└── dist.css

package.json

"main": "cjs/index.js",
"module": "esm/index.js",