Skip to content

Commit af9d220

Browse files
arthurdennerdanoc
andauthored
fix: path for TypeScript definitions (#28)
* fix: path for TypeScript definitions * Create calm-humans-end.md Co-authored-by: Daniel O’Connor <[email protected]>
1 parent 2364aa9 commit af9d220

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/calm-humans-end.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"react-use-clipboard": patch
3+
---
4+
5+
Fix path for TypeScript definitions

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"exports": "./dist/react-use-clipboard.modern.js",
1010
"module": "./dist/react-use-clipboard.module.js",
1111
"unpkg": "./dist/react-use-clipboard.umd.js",
12-
"types": "./dist/react-use-clipboard.d.ts",
12+
"types": "./dist/index.d.ts",
1313
"files": [
1414
"dist"
1515
],

0 commit comments

Comments
 (0)