grootify 4.0.1001 → 4.0.1002

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 +7 -1
package/package.json CHANGED
@@ -1,9 +1,15 @@
1
1
  {
2
2
  "name": "grootify",
3
3
  "private": false,
4
- "version": "4.0.1001",
4
+ "version": "4.0.1002",
5
5
  "main": "dist/grootify.umd.js",
6
6
  "module": "dist/grootify.es.js",
7
+ "exports": {
8
+ ".": {
9
+ "import": "./grootify.es.js",
10
+ "require": "./grootify.umd.js"
11
+ }
12
+ },
7
13
  "type": "module",
8
14
  "scripts": {
9
15
  "dev": "vite",