From 4be2d7c7377eee25f7489540183ac7939699caad Mon Sep 17 00:00:00 2001 From: Christopher Chedeau Date: Wed, 25 Mar 2015 20:09:04 -0700 Subject: [PATCH] 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 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 0afcd3c3..6bfb6a2f 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,8 @@ "uglify-js": "~2.4.16", "underscore": "1.7.0", "worker-farm": "1.1.0", - "yargs": "1.3.2" + "yargs": "1.3.2", + "ws": "0.4.31" }, "devDependencies": { "jest-cli": "0.2.1",