Skip to content

Commit 0eae299

Browse files
author
Damian Sznajder
committed
fix: path for types
1 parent 89acb28 commit 0eae299

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
@@ -4,7 +4,7 @@
44
"description": "One-time password inputs built in pure JS for React-Native",
55
"main": "lib/commonjs/index.js",
66
"module": "lib/module/index.js",
7-
"types": "lib/typescript/src/index.d.ts",
7+
"types": "lib/typescript/index.d.ts",
88
"react-native": "src/index.tsx",
99
"files": [
1010
"src",

0 commit comments

Comments
 (0)