From d0cd4e6ee94562b89cfd39825b3024a8147fd0e9 Mon Sep 17 00:00:00 2001 From: Kyle Fang Date: Fri, 10 May 2019 13:16:47 +0800 Subject: [PATCH] chore: use index for rn-web compatibility --- index.ios.tsx => index.tsx | 0 package.json | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename index.ios.tsx => index.tsx (100%) diff --git a/index.ios.tsx b/index.tsx similarity index 100% rename from index.ios.tsx rename to index.tsx diff --git a/package.json b/package.json index a6585e7..fe0b466 100644 --- a/package.json +++ b/package.json @@ -3,9 +3,9 @@ "version": "0.0.1", "description": "React Native's View Component with Shadows Both on Android and iOS, inspired by react-native-shadow", "main": "lib/", - "typings": "lib/index.ios.d.ts", - "types": "lib/index.ios.d.ts", - "type": "lib/index.ios.d.ts", + "typings": "lib/index.d.ts", + "types": "lib/index.d.ts", + "type": "lib/index.d.ts", "scripts": { "prepublish": "tsc" },