Skip to content

Commit

Permalink
Breaking change: Remove redundant packager entry point
Browse files Browse the repository at this point in the history
Summary: We have too many ways to start the packager:
- react-native start
- npm start
- ./packager/packager.sh
- ./packager/launchPackager.command

This removes yet another one. According to the [npm docs](https://docs.npmjs.com/files/package.json)
this creates `/usr/local/bin/react-native-start`. Let's kill it.

public

Reviewed By: martinbigio

Differential Revision: D2559953

fb-gh-sync-id: e3b41a0622e6168fe686cdf9c93714dbf02f5965
  • Loading branch information
Martin Konicek authored and facebook-github-bot-2 committed Oct 20, 2015
1 parent 93c56a0 commit 82fad33
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@
"lint": "eslint Examples/ Libraries/",
"start": "./packager/packager.sh || true"
},
"bin": {
"react-native-start": "packager/packager.sh"
},
"dependencies": {
"absolute-path": "^0.0.0",
"babel-core": "^5.8.23",
Expand Down

0 comments on commit 82fad33

Please sign in to comment.