Skip to content

Commit 81ed1bf

Browse files
authored
Corrected types path. (#12)
1 parent 3f8ea1f commit 81ed1bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"source": "src/index.ts",
6868
"main": "built/index.umd.js",
6969
"module": "built/index.esm.js",
70-
"types": "built/src/index.d.ts",
70+
"types": "built/index.d.ts",
7171
"sideEffects": false,
7272
"keywords": [
7373
"react",

0 commit comments

Comments
 (0)