From 0f095da0ca804560bb585b6ee17f2bc9d2f12bde Mon Sep 17 00:00:00 2001 From: Dominic Go Date: Thu, 22 Oct 2020 12:20:24 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Updated=20`package.json`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2e00ac1..776f3d7 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,6 @@ "description": "placeholder", "main": "lib/commonjs/index", "module": "lib/module/index", - "types": "lib/typescript/src/index.d.ts", "react-native": "src/index", "source": "src/index", "files": [ @@ -30,8 +29,7 @@ }, "keywords": [ "react-native", - "ios", - "android" + "ios" ], "repository": "https://github.com/dominicstop/react-native-ios-context-menu", "author": "Dominic Go (https://github.com/dominicstop)", @@ -89,8 +87,7 @@ "output": "lib", "targets": [ "commonjs", - "module", - "typescript" + "module" ] } }