chore: use index for rn-web compatibility

This commit is contained in:
Kyle Fang
2019-05-10 13:16:47 +08:00
parent 674b2f85be
commit d0cd4e6ee9
2 changed files with 3 additions and 3 deletions

View File

@@ -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"
},