Skip to content

Commit 86a0647

Browse files
fix: use correct tyme path dist
1 parent b1fac91 commit 86a0647

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
@@ -14,7 +14,7 @@
1414
"main": "./dist/index.js",
1515
"module": "./dist/index.js",
1616
"react-native": "./dist/index.native.js",
17-
"types": "./dist/src/index.d.ts",
17+
"types": "./dist/index.d.ts",
1818
"dependencies": {},
1919
"scripts": {
2020
"husky:install": "husky install",

0 commit comments

Comments
 (0)