From 093b6269c25679f9de98f4a29191015437de9b6c Mon Sep 17 00:00:00 2001 From: Steve Lacy Date: Thu, 26 Mar 2015 10:47:05 -0700 Subject: [PATCH] Lint code - change double to single quotes to keep code style --- react-native-cli/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-cli/index.js b/react-native-cli/index.js index 035156ea3..9404077de 100755 --- a/react-native-cli/index.js +++ b/react-native-cli/index.js @@ -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));