grootify 4.0.1003 → 4.0.1004

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 +5 -8
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "grootify",
3
3
  "private": false,
4
- "version": "4.0.1003",
4
+ "version": "4.0.1004",
5
5
  "main": "dist/grootify.umd.js",
6
- "module": "dist/grootify.js",
6
+ "module": "dist/grootify.es.js",
7
7
  "exports": {
8
8
  ".": {
9
- "import": "./grootify.es.js",
10
- "require": "./grootify.umd.js"
9
+ "import": "./dist/grootify.es.js",
10
+ "require": "./dist/grootify.umd.js"
11
11
  }
12
12
  },
13
13
  "type": "module",
@@ -24,10 +24,7 @@
24
24
  "react": ">=17.0.0",
25
25
  "react-dom": ">=17.0.0"
26
26
  },
27
- "dependencies": {
28
- "react": "^18.3.1",
29
- "react-dom": "^18.3.1"
30
- },
27
+ "dependencies": {},
31
28
  "devDependencies": {
32
29
  "@eslint/js": "^9.15.0",
33
30
  "@types/react": "^18.3.12",