comand-component-library 3.3.13 → 3.3.14
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "comand-component-library",
|
3
|
-
"version": "3.3.
|
3
|
+
"version": "3.3.14",
|
4
4
|
"private": false,
|
5
5
|
"type": "module",
|
6
6
|
"scripts": {
|
@@ -11,16 +11,16 @@
|
|
11
11
|
"build-lib": "vite build && gulp",
|
12
12
|
"preview": "vite preview"
|
13
13
|
},
|
14
|
-
"main": "dist/comand-component-library.umd.
|
15
|
-
"module": "dist/comand-component-library.
|
14
|
+
"main": "dist/comand-component-library.umd.cjs",
|
15
|
+
"module": "dist/comand-component-library.js",
|
16
16
|
"files": [
|
17
17
|
"dist",
|
18
18
|
"src"
|
19
19
|
],
|
20
20
|
"exports": {
|
21
21
|
".": {
|
22
|
-
"import": "./dist/comand-component-library.
|
23
|
-
"require": "./dist/comand-component-library.umd.
|
22
|
+
"import": "./dist/comand-component-library.js",
|
23
|
+
"require": "./dist/comand-component-library.umd.cjs"
|
24
24
|
}
|
25
25
|
},
|
26
26
|
"dependencies": {
|