mirror of
https://github.com/status-im/react-native.git
synced 2025-01-15 03:56:03 +00:00
fc502704b7
Summary: Looks like using 'let' was too ambitious :) This should fix the issue https://github.com/facebook/react-native/issues/10976. **Test plan (required)** Travis & Circle CI tests on this PR. Closes https://github.com/facebook/react-native/pull/11166 Differential Revision: D4237047 Pulled By: bestander fbshipit-source-id: 85b548d74a0847621519364201cf71d6649ad605
27 lines
500 B
JSON
27 lines
500 B
JSON
{
|
|
"name": "react-native-cli",
|
|
"version": "1.3.0",
|
|
"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",
|
|
"minimist": "^1.2.0",
|
|
"prompt": "^0.2.14",
|
|
"semver": "^5.0.3"
|
|
}
|
|
}
|