@kakadu/components 1.1.3 → 1.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -8
package/package.json CHANGED
@@ -1,8 +1,10 @@
1
1
  {
2
2
  "name": "@kakadu/components",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "Kakadu components library",
5
5
  "license": "MIT",
6
+ "main": "./build/index.js",
7
+ "module": "./build/index.mjs",
6
8
  "types": "./index.d.ts",
7
9
  "repository": {
8
10
  "type": "git",
@@ -360,13 +362,6 @@
360
362
  "sideEffects": [
361
363
  "**/*.css"
362
364
  ],
363
- "typesVersions": {
364
- "*": {
365
- "*": [
366
- "./build/*"
367
- ]
368
- }
369
- },
370
365
  "peerDependencies": {
371
366
  "@kuma-ui/core": "^1.6.3",
372
367
  "react": "^19.0.0",