From b94ba8bfb81a50ad07ef6405ce1cb470c34b99df Mon Sep 17 00:00:00 2001 From: hermwong Date: Mon, 9 Feb 2015 15:38:33 -0800 Subject: [PATCH] [#291] testing windows auto-updater with a nightly build Former-commit-id: 86189bcd80f47b4c07ee4f2061955cd7202c49df --- www/package.json | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/www/package.json b/www/package.json index 2d974f45..f94e0372 100644 --- a/www/package.json +++ b/www/package.json @@ -18,24 +18,16 @@ "resizable": false }, "dependencies": { - "connect-phonegap": "0.14.3", + "connect-phonegap": "0.14.8", "gaze": "0.5.1", "opener": "1.3.0", "node-jsxml": "0.6.0", "node-uuid": "1.4.1", - "node-webkit-updater": "0.2.3" + "node-webkit-updater": "0.2.4" }, "licenses": [{ "type":"ALv2", "url":"http://www.apache.org/licenses/LICENSE-2.0.html" }], - "manifestUrl": "https://raw.githubusercontent.com/phonegap/phonegap-app-desktop/master/package.json", - "packages": { - "mac": { - "url": "https://github.com/phonegap/phonegap-app-desktop/releases/download/0.1.1/PhoneGap-Desktop-Beta-0.1.1-mac.zip" - }, - "win": { - "url": "https://github.com/phonegap/phonegap-app-desktop/releases/download/0.1.1/PhoneGap-Desktop-Beta-0.1.1-win.zip" - } - } + "manifestUrl": "https://raw.githubusercontent.com/phonegap/phonegap-app-desktop/master/package.json" }