Skip to content

Commit

Permalink
(feat): support ES modules resolves #148
Browse files Browse the repository at this point in the history
  • Loading branch information
matewilk committed Nov 23, 2022
1 parent c432a59 commit 1447144
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 1447144

Please sign in to comment.