From c379855ffbcc67849d50a4a76f51198208bf5e50 Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Sat, 21 Jan 2017 13:56:22 -0500 Subject: [PATCH] only one github dependency left --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 56fc3545..21d61c41 100644 --- a/package.json +++ b/package.json @@ -33,8 +33,8 @@ "commonmark": "0.27.0", "csv-parse": "1.1.7", "emoji-mart": "^0.3.5", - "getScreenMedia": "git://github.com/devvmh/getScreenMedia#patch-1", - "hark": "git://github.com/devvmh/hark#patch-1", + "getscreenmedia": "2.0.0", + "hark": "git://github.com/otalk/hark#342ef9b7eff2", "howler": "2.0.2", "json-loader": "0.5.4", "lodash": "4.17.2", @@ -44,7 +44,7 @@ "react-dom": "15.4.1", "react-dropzone": "3.7.3", "redux": "3.6.0", - "simplewebrtc": "2.2.1", + "simplewebrtc": "^2.2.1", "socket.io": "1.3.7", "webpack": "1.14.0" },