Skip to content

Commit 4949e7f

Browse files
committed
Include type definition in list of files on npm]
1 parent f46a15f commit 4949e7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-click-away-listener",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "A simple click away listener built with React Hooks",
55
"main": "dist/react-click-away-listener.js",
66
"module": "dist/react-click-away-listener.es.js",
@@ -17,6 +17,7 @@
1717
},
1818
"files": [
1919
"dist",
20+
"build/index.d.ts",
2021
"README.md"
2122
],
2223
"author": "Ademola Adegbuyi <[email protected]>",

0 commit comments

Comments
 (0)