Skip to content

Commit 6d134cc

Browse files
Darius Rosendahlnatelindev
authored andcommitted
module
1 parent b355446 commit 6d134cc

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

dist/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
"version": "1.1.1",
44
"description": "React hook for hoverIntent",
55
"main": "dist/index.js",
6-
"module": "dist/index.js",
7-
"types": "dist/index.d.ts",
8-
"type": "module",
6+
"module": "dist/index.js",
7+
"types": "dist/index.d.ts",
98
"keywords": [
109
"hover",
1110
"hoverintent",
@@ -27,4 +26,4 @@
2726
"scripts": {
2827
"build": "tsc && cp package.json LICENSE.md README.md ./dist"
2928
}
30-
}
29+
}

0 commit comments

Comments
 (0)