Skip to content

Commit

Permalink
Merge pull request #148 from matewilk/support-es-modules
Browse files Browse the repository at this point in the history
Support ES modules
  • Loading branch information
xnimorz authored Nov 28, 2022
2 parents e00bd7d + 5a68494 commit 7304a6c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "use-debounce",
"version": "8.0.4",
"description": "Debounce hook for react",
"type": "module",
"source": "src/index.ts",
"main": "dist/index.js",
"module": "dist/index.module.js",
Expand Down

0 comments on commit 7304a6c

Please sign in to comment.