@momentum-design/components 0.0.14 → 0.0.15
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -3
package/package.json
CHANGED
@@ -3,8 +3,7 @@
|
|
3
3
|
"packageManager": "yarn@3.2.4",
|
4
4
|
"engines": {
|
5
5
|
"node": ">=20.0.0",
|
6
|
-
"npm": ">=8.0.0"
|
7
|
-
"yarn": ">=3.0.0"
|
6
|
+
"npm": ">=8.0.0"
|
8
7
|
},
|
9
8
|
"main": "./dist/module/index.js",
|
10
9
|
"types": "./dist/types/index.d.ts",
|
@@ -25,5 +24,5 @@
|
|
25
24
|
"@momentum-design/icons": "*",
|
26
25
|
"@momentum-design/tokens": "*"
|
27
26
|
},
|
28
|
-
"version": "0.0.
|
27
|
+
"version": "0.0.15"
|
29
28
|
}
|