1 parent 9bf5fe6 commit 1724b98Copy full SHA for 1724b98
1 file changed
package.json
@@ -1,10 +1,10 @@
1
{
2
"name": "use-debounce",
3
- "version": "9.0.0",
+ "version": "9.0.1",
4
"description": "Debounce hook for react",
5
"type": "module",
6
"source": "src/index.ts",
7
- "main": "dist/index.js",
+ "main": "dist/index.cjs",
8
"module": "dist/index.module.js",
9
"esmodule": "dist/index.modern.js",
10
"umd:main": "dist/index.umd.js",
@@ -13,13 +13,13 @@
13
"node": {
14
"types": "./dist/index.d.ts",
15
"module": "./dist/index.module.js",
16
- "require": "./dist/index.js",
+ "require": "./dist/index.cjs",
17
"import": "./dist/index.mjs"
18
},
19
"browser": {
20
21
"import": "./dist/index.module.js",
22
- "require": "./dist/index.js"
+ "require": "./dist/index.cjs"
23
24
"default": "./dist/index.module.js"
25
0 commit comments