From f57ddc50c0a96c1283afb3ef0e741e64d5098e18 Mon Sep 17 00:00:00 2001 From: Axel Isouard Date: Sun, 5 Feb 2017 06:02:56 -0800 Subject: [PATCH] Update package.json, remove useless parameters --- package.json | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 6457bc7..b5a0a97 100644 --- a/package.json +++ b/package.json @@ -5,14 +5,7 @@ "main": "index.js", "config": { "filename": "libwebrtc-{VERSION}-{PLATFORM}-{ARCH}", - "url": "https://github.com/aisouard/libwebrtc/releases/download", - "webrtc": { - "url": "https://chromium.googlesource.com/external/webrtc.git", - "revision": "7502401788fcba5c9f81a9e4701e2f0831e78698" - }, - "chromium": { - "url": "https://github.com/aisouard/libwebrtc-chromium-deps.git" - } + "url": "https://github.com/aisouard/libwebrtc/releases/download" }, "scripts": { "install": "jake", @@ -20,7 +13,7 @@ }, "repository": { "type": "git", - "url": "https://github.com//aisouard/libwebrtc" + "url": "https://github.com/aisouard/libwebrtc" }, "author": "Axel Isouard ", "license": "MIT",