Skip to content

Commit

Permalink
[phonegap#291] testing windows auto-updater with a nightly build
Browse files Browse the repository at this point in the history
Former-commit-id: 86189bc
  • Loading branch information
hermwong committed Apr 8, 2015
1 parent 9a15772 commit b94ba8b
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit b94ba8b

Please sign in to comment.