Skip to content
This repository was archived by the owner on Feb 25, 2020. It is now read-only.

Commit 7409a53

Browse files
committed
fix: fix path for declaration file. fixes #99
1 parent 654b062 commit 7409a53

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
@@ -5,7 +5,7 @@
55
"main": "lib/commonjs/index.js",
66
"react-native": "lib/module/index.js",
77
"module": "lib/module/index.js",
8-
"types": "lib/typescript/index.d.ts",
8+
"types": "lib/typescript/src/index.d.ts",
99
"files": [
1010
"src",
1111
"lib"

0 commit comments

Comments
 (0)