grootify 4.0.1 → 4.0.1001
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -7
package/package.json
CHANGED
@@ -1,15 +1,9 @@
|
|
1
1
|
{
|
2
2
|
"name": "grootify",
|
3
3
|
"private": false,
|
4
|
-
"version": "4.0.
|
4
|
+
"version": "4.0.1001",
|
5
5
|
"main": "dist/grootify.umd.js",
|
6
6
|
"module": "dist/grootify.es.js",
|
7
|
-
"exports": {
|
8
|
-
".": {
|
9
|
-
"import": "./dist/grootify.es.js",
|
10
|
-
"require": "./dist/grootify.umd.js"
|
11
|
-
}
|
12
|
-
},
|
13
7
|
"type": "module",
|
14
8
|
"scripts": {
|
15
9
|
"dev": "vite",
|