Add "main" entry point to package.json

This fixes an issue with requiring react-native-linear-gradient from @flow-ified
file, which used to produce "module not found" error.
This commit is contained in:
Alex Kotliarskyi 2015-12-17 10:31:33 -08:00
parent 50ea255fb4
commit 75da98fff4
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
"name": "react-native-linear-gradient",
"version": "1.3.0",
"description": "A <LinearGradient> element for react-native",
"main": "index.ios.js",
"author": {
"name": "Brent Vatne",
"email": "brentvatne@gmail.com",