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

Commit d5dd097

Browse files
beetlepigsatya164
authored andcommitted
fix: fix location of types (#31)
closes #33
1 parent b901194 commit d5dd097

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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
"author": "",
1010
"license": "MIT",
1111
"files": [

0 commit comments

Comments
 (0)