fix: fix path for declaration file. fixes #99

This commit is contained in:
satyajit.happy
2019-09-13 15:49:18 +02:00
parent 9ca33e1b8e
commit c5009bd8e9

View File

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