rename main js file for rn-nodeify compatibility

This commit is contained in:
Andy Prock 2016-11-08 14:17:26 -08:00
parent e8e917ea26
commit 06e79492ac
2 changed files with 1 additions and 4 deletions

View File

View File

@ -2,13 +2,10 @@
"name": "react-native-os",
"version": "1.0.0",
"description": "node's os module for react-native",
"main": "os.js",
"main": "index.js",
"scripts": {
"start": "exit 1"
},
"react-native": {
"os": "./os.js"
},
"repository": {
"type": "git",
"url": "https://github.com/PeelTechnologies/react-native-os"