diff --git a/react-native-cli/package.json b/react-native-cli/package.json index 31fddd66bd..04dbd3bf1e 100644 --- a/react-native-cli/package.json +++ b/react-native-cli/package.json @@ -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" },