Merge pull request #216 from stevelacy/cli

Lint code - change double to single quotes to keep code style
This commit is contained in:
Amjad Masad 2015-03-26 10:57:01 -07:00
commit 937dec72f6
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ function init(name) {
version: '0.0.1',
private: true,
scripts: {
start: "node_modules/react-native/packager/packager.sh"
start: 'node_modules/react-native/packager/packager.sh'
}
};
fs.writeFileSync(path.join(root, 'package.json'), JSON.stringify(packageJson));