Skip to content

Commit 82fad33

Browse files
Martin Konicekfacebook-github-bot-2
authored andcommitted
Breaking change: Remove redundant packager entry point
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
1 parent 93c56a0 commit 82fad33

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@
4646
"lint": "eslint Examples/ Libraries/",
4747
"start": "./packager/packager.sh || true"
4848
},
49-
"bin": {
50-
"react-native-start": "packager/packager.sh"
51-
},
5249
"dependencies": {
5350
"absolute-path": "^0.0.0",
5451
"babel-core": "^5.8.23",

0 commit comments

Comments
 (0)