From 97f52893996f5675ee04b5d92ab0b9681259da2a Mon Sep 17 00:00:00 2001 From: Johan-dutoit Date: Thu, 17 Dec 2020 03:40:43 +0800 Subject: [PATCH] fix(types): types path & re-added empty flowconfig --- .flowconfig | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .flowconfig diff --git a/.flowconfig b/.flowconfig new file mode 100644 index 0000000..b662cce --- /dev/null +++ b/.flowconfig @@ -0,0 +1,11 @@ +[ignore] + +[include] + +[libs] + +[lints] + +[options] + +[strict] \ No newline at end of file diff --git a/package.json b/package.json index 9cbdd38..6dcfc14 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "4.0.0", "description": "Get device information using react-native", "react-native": "src/index.ts", - "types": "lib/typescript/src/index.d.ts", + "types": "lib/typescript/index.d.ts", "main": "lib/commonjs/index.js", "module": "lib/module/index.js", "files": [