Skip to content

Commit 14ec852

Browse files
committed
v1.0.2
1 parent b708325 commit 14ec852

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-use-hoverintent",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "React hook for hoverIntent",
55
"main": "index.ts",
66
"keywords": [
@@ -20,5 +20,8 @@
2020
"repository": "https://github.com/llldar/react-use-hoverintent",
2121
"peerDependencies": {
2222
"react": "^16.8.0"
23-
}
23+
},
24+
"files": [
25+
"dist"
26+
]
2427
}

0 commit comments

Comments
 (0)