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 b355446 commit 6d134ccCopy full SHA for 6d134cc
dist/package.json
@@ -3,9 +3,8 @@
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",
8
- "type": "module",
+ "module": "dist/index.js",
+ "types": "dist/index.d.ts",
9
"keywords": [
10
"hover",
11
"hoverintent",
@@ -27,4 +26,4 @@
27
26
"scripts": {
28
"build": "tsc && cp package.json LICENSE.md README.md ./dist"
29
}
30
-}
+}
0 commit comments