Skip to content

Commit b355446

Browse files
Darius Rosendahlnatelindev
authored andcommitted
type=module
1 parent 34dd26f commit b355446

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

dist/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
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",
6+
"module": "dist/index.js",
7+
"types": "dist/index.d.ts",
8+
"type": "module",
89
"keywords": [
910
"hover",
1011
"hoverintent",
@@ -26,4 +27,4 @@
2627
"scripts": {
2728
"build": "tsc && cp package.json LICENSE.md README.md ./dist"
2829
}
29-
}
30+
}

0 commit comments

Comments
 (0)