mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-06 22:37:14 +08:00
Merge pull request #3297 from exponentjs/node-4-cli
[CLI] Add Node >= 4 requirement to CLI tools
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
{
|
||||
"name": "react-native-cli",
|
||||
"version": "0.1.4",
|
||||
"description": "The ReactNative cli tools",
|
||||
"version": "0.1.6",
|
||||
"description": "The React Native CLI tools",
|
||||
"main": "index.js",
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user