File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " use-debounce" ,
3
- "version" : " 9.0.0 " ,
3
+ "version" : " 9.0.1 " ,
4
4
"description" : " Debounce hook for react" ,
5
5
"type" : " module" ,
6
6
"source" : " src/index.ts" ,
7
- "main" : " dist/index.js " ,
7
+ "main" : " dist/index.cjs " ,
8
8
"module" : " dist/index.module.js" ,
9
9
"esmodule" : " dist/index.modern.js" ,
10
10
"umd:main" : " dist/index.umd.js" ,
13
13
"node" : {
14
14
"types" : " ./dist/index.d.ts" ,
15
15
"module" : " ./dist/index.module.js" ,
16
- "require" : " ./dist/index.js " ,
16
+ "require" : " ./dist/index.cjs " ,
17
17
"import" : " ./dist/index.mjs"
18
18
},
19
19
"browser" : {
20
20
"types" : " ./dist/index.d.ts" ,
21
21
"import" : " ./dist/index.module.js" ,
22
- "require" : " ./dist/index.js "
22
+ "require" : " ./dist/index.cjs "
23
23
},
24
24
"default" : " ./dist/index.module.js"
25
25
},
You can’t perform that action at this time.
0 commit comments