fix: fix path to typescript definitions

This commit is contained in:
satyajit.happy
2019-08-22 10:09:16 +05:30
parent e70f5273ac
commit f18231541b
9 changed files with 12 additions and 9 deletions

View File

@@ -20,7 +20,7 @@
"main": "lib/commonjs/index.js",
"react-native": "src/index.tsx",
"module": "lib/module/index.js",
"types": "lib/typescript/src/index.d.ts",
"types": "lib/typescript/stack/src/index.d.ts",
"files": [
"src",
"lib"