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 14ec852 commit e309e71Copy full SHA for e309e71
.gitignore
@@ -113,4 +113,5 @@ dist
113
.yarn/unplugged
114
.yarn/build-state.yml
115
.yarn/install-state.gz
116
-.pnp.*
+.pnp.*
117
+.DS_Store
.npmignore
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-use-hoverintent",
3
- "version": "1.0.2",
+ "version": "1.0.4",
4
"description": "React hook for hoverIntent",
5
"main": "index.ts",
6
"keywords": [
@@ -21,7 +21,7 @@
21
"peerDependencies": {
22
"react": "^16.8.0"
23
},
24
- "files": [
25
- "dist"
26
- ]
27
-}
+ "scripts": {
+ "build": "tsc && cp package.json LICENSE.md ./dist"
+ }
+}
0 commit comments