mirror of
https://github.com/status-im/react-native.git
synced 2025-01-14 03:26:07 +00:00
Merge pull request #216 from stevelacy/cli
Lint code - change double to single quotes to keep code style
This commit is contained in:
commit
937dec72f6
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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user