Lint code - change double to single quotes to keep code style
This commit is contained in:
parent
09ffce48a3
commit
093b6269c2
|
@ -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…
Reference in New Issue