Skip to content

Commit e309e71

Browse files
committed
first working publish version
1 parent 14ec852 commit e309e71

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,5 @@ dist
113113
.yarn/unplugged
114114
.yarn/build-state.yml
115115
.yarn/install-state.gz
116-
.pnp.*
116+
.pnp.*
117+
.DS_Store

.npmignore

Whitespace-only changes.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-use-hoverintent",
3-
"version": "1.0.2",
3+
"version": "1.0.4",
44
"description": "React hook for hoverIntent",
55
"main": "index.ts",
66
"keywords": [
@@ -21,7 +21,7 @@
2121
"peerDependencies": {
2222
"react": "^16.8.0"
2323
},
24-
"files": [
25-
"dist"
26-
]
27-
}
24+
"scripts": {
25+
"build": "tsc && cp package.json LICENSE.md ./dist"
26+
}
27+
}

0 commit comments

Comments
 (0)