mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-26 07:04:05 +08:00
Lint code - change double to single quotes to keep code style
This commit is contained in:
2
react-native-cli/index.js
vendored
2
react-native-cli/index.js
vendored
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user