Skip to content

Commit b8a0d8e

Browse files
Merge pull request #565 from GetStream/vishal/ts-build-fix
Fixed ts build pointer in package.json
2 parents 0cf3302 + 5a82a75 commit b8a0d8e

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
@@ -10,7 +10,7 @@
1010
"main": "lib/commonjs/index.js",
1111
"module": "lib/module/index.js",
1212
"react-native": "src/index.ts",
13-
"types": "lib/typescript/src/index.d.ts",
13+
"types": "lib/typescript/index.d.ts",
1414
"files": [
1515
"src",
1616
"lib",

0 commit comments

Comments
 (0)