We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34dd26f commit b355446Copy full SHA for b355446
dist/package.json
@@ -3,8 +3,9 @@
3
"version": "1.1.1",
4
"description": "React hook for hoverIntent",
5
"main": "dist/index.js",
6
- "module": "dist/index.js",
7
- "types": "dist/index.d.ts",
+ "module": "dist/index.js",
+ "types": "dist/index.d.ts",
8
+ "type": "module",
9
"keywords": [
10
"hover",
11
"hoverintent",
@@ -26,4 +27,4 @@
26
27
"scripts": {
28
"build": "tsc && cp package.json LICENSE.md README.md ./dist"
29
}
-}
30
+}
0 commit comments