Skip to content

Commit b2954b8

Browse files
committed
Fix path to TypeScript definitions.
Fixes #8.
1 parent 358b8cc commit b2954b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"main": "dist/react-use-clipboard.js",
88
"umd:main": "dist/react-use-clipboard.umd.js",
99
"module": "dist/react-use-clipboard.m.js",
10-
"types": "dist/react-use-clipboard.d.ts",
10+
"types": "dist/index.d.ts",
1111
"source": "src/index.tsx",
1212
"files": [
1313
"dist"

0 commit comments

Comments
 (0)