Merge pull request #3580 from exponentjs/cli-version-check

[CLI] Make `react-native init` check your Node version
This commit is contained in:
Felix Oghină
2015-10-23 11:57:25 +01:00
2 changed files with 31 additions and 1 deletions

View File

@@ -13,6 +13,8 @@
"react-native": "index.js"
},
"dependencies": {
"prompt": "^0.2.14"
"chalk": "^1.1.1",
"prompt": "^0.2.14",
"semver": "^5.0.3"
}
}