[ReactNative] Add react-native-start bin to react-native packge

This commit is contained in:
Alex Kotliarskyi 2015-03-25 18:23:56 -07:00
parent 546d03d8ed
commit 0fe0af2048
1 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,9 @@
"start": "./packager/packager.sh", "start": "./packager/packager.sh",
"postinstall": "cd packager && npm install" "postinstall": "cd packager && npm install"
}, },
"bin": {
"react-native-start": "packager/packager.sh"
},
"dependencies": { "dependencies": {
"connect": "2.8.3", "connect": "2.8.3",
"jstransform": "10.0.1", "jstransform": "10.0.1",