mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 09:35:48 +00:00
521bd03f0a
It caused problems on Windows unfortunately and when we tried to fix it we got: https://github.com/facebook/react-native/issues/5159 Reverting to unblock people. In the future we'll do careful rc releases of the CLI. We should try to make the change again without breaking anyone, regardless of OS (OSX, Linux, Windows) or npm version.
26 lines
476 B
JSON
26 lines
476 B
JSON
{
|
|
"name": "react-native-cli",
|
|
"version": "0.1.10",
|
|
"license" : "BSD-3-Clause",
|
|
"description": "The React Native CLI tools",
|
|
"main": "index.js",
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/react-native.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"bin": {
|
|
"react-native": "index.js"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^1.1.1",
|
|
"prompt": "^0.2.14",
|
|
"semver": "^5.0.3"
|
|
}
|
|
}
|