Merge pull request #1 from PeelTechnologies/package

rename main js file for rn-nodeify compatibility
This commit is contained in:
Andy Prock
2016-11-08 15:39:12 -08:00
committed by GitHub
2 changed files with 1 additions and 4 deletions
View File
+1 -4
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"