Skip to content

Commit

Permalink
[react-native-cli] Remove reference to packager.sh
Browse files Browse the repository at this point in the history
This script was removed, need to remove the reference we had here.
  • Loading branch information
martinbigio committed Oct 21, 2015
1 parent c15ec71 commit 774bbc2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions react-native-cli/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,7 @@ function createProject(name, verbose) {
var packageJson = {
name: projectName,
version: '0.0.1',
private: true,
scripts: {
start: 'node_modules/react-native/packager/packager.sh'
}
private: true
};
fs.writeFileSync(path.join(root, 'package.json'), JSON.stringify(packageJson));
process.chdir(root);
Expand Down

0 comments on commit 774bbc2

Please sign in to comment.