@momentum-design/components 0.0.16 → 0.0.18

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +9 -5
package/package.json CHANGED
@@ -5,11 +5,15 @@
5
5
  "node": ">=20.0.0",
6
6
  "npm": ">=8.0.0"
7
7
  },
8
- "main": "./dist/module/index.js",
9
- "types": "./dist/types/index.d.ts",
8
+ "main": "./dist/index.js",
9
+ "types": "./dist/index.d.ts",
10
10
  "exports": {
11
- ".": "./dist/module/",
12
- "./module": "./dist/module",
11
+ ".": {
12
+ "import": "./dist/index.js",
13
+ "require": "./dist/index.js",
14
+ "types": "./dist/index.d.ts"
15
+ },
16
+ "./module": "./dist/components",
13
17
  "./browser": "./dist/browser"
14
18
  },
15
19
  "files": [
@@ -24,5 +28,5 @@
24
28
  "@momentum-design/icons": "*",
25
29
  "@momentum-design/tokens": "*"
26
30
  },
27
- "version": "0.0.16"
31
+ "version": "0.0.18"
28
32
  }