@momentum-design/components 0.0.15 → 0.0.17
Sign up to get free protection for your applications and to get access to all the features.
- 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/
|
9
|
-
"types": "./dist/
|
8
|
+
"main": "./dist/index.js",
|
9
|
+
"types": "./dist/index.d.ts",
|
10
10
|
"exports": {
|
11
|
-
".":
|
12
|
-
|
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.
|
31
|
+
"version": "0.0.17"
|
28
32
|
}
|