rename main js file for rn-nodeify compatibility
This commit is contained in:
parent
e8e917ea26
commit
06e79492ac
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue