Updates from Wed 25 Mar

- [ReactNative] Add deep linking api | Tadeu Zagallo
- [ReactNative] Add gitignore example for SampleApp | Alex Kotliarskyi
- [ReactNative] Add react-native-start bin to react-native packge | Alex Kotliarskyi
- [ReactNative] Update package.json to be npm-ready | Christopher Chedeau
This commit is contained in:
Christopher Chedeau 2015-03-25 20:09:04 -07:00
parent 8e71fc5362
commit 4be2d7c737
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@
"uglify-js": "~2.4.16", "uglify-js": "~2.4.16",
"underscore": "1.7.0", "underscore": "1.7.0",
"worker-farm": "1.1.0", "worker-farm": "1.1.0",
"yargs": "1.3.2" "yargs": "1.3.2",
"ws": "0.4.31"
}, },
"devDependencies": { "devDependencies": {
"jest-cli": "0.2.1", "jest-cli": "0.2.1",