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",
|
"name": "react-native-os",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "node's os module for react-native",
|
"description": "node's os module for react-native",
|
||||||
"main": "os.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "exit 1"
|
"start": "exit 1"
|
||||||
},
|
},
|
||||||
"react-native": {
|
|
||||||
"os": "./os.js"
|
|
||||||
},
|
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/PeelTechnologies/react-native-os"
|
"url": "https://github.com/PeelTechnologies/react-native-os"
|
||||||
|
|
Loading…
Reference in New Issue