Start packager through cli

Reviewed By: frantic

Differential Revision: D2561066

fb-gh-sync-id: 1743153a84947da5d0e54aca7e1919cf5df3a965
This commit is contained in:
Martín Bigio 2015-10-20 16:58:11 -07:00 committed by facebook-github-bot-3
parent 8c4c679f09
commit e5cc117beb
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
"scripts": {
"test": "jest",
"lint": "node linter.js Examples/",
"start": "./packager/packager.sh"
"start": "react-native start"
},
"dependencies": {
"wordwrap": "^1.0.0"