We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c21f8cd commit 9afdb39Copy full SHA for 9afdb39
packages/bento-design-system/package.json
@@ -2,7 +2,8 @@
2
"name": "@buildo/bento-design-system",
3
"version": "0.16.4",
4
"description": "The buildo DS",
5
- "main": "lib/index.js",
+ "main": "lib/index.cjs",
6
+ "module": "lib/index.js",
7
"files": [
8
"lib"
9
],
0 commit comments