Lint code - change double to single quotes to keep code style

This commit is contained in:
Steve Lacy 2015-03-26 10:47:05 -07:00
parent 09ffce48a3
commit 093b6269c2
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));