Bump the version of httpd fork we use

httpd is a cordova plugin we use to start the web server on the mobile device to
serve assets in the same way they would be served on a website.
This commit is contained in:
Slava Kim
2014-09-10 15:52:21 -07:00
parent fb4fbea3a8
commit e8befb9a50

View File

@@ -68,6 +68,6 @@ Package.on_use(function(api) {
Cordova.depends({
'org.apache.cordova.device': '0.2.11',
'com.rjfun.cordova.httpd': 'https://github.com/meteor/cordova-httpd/tarball/813c92d2475e0d476ef4e013c6de8a470fc94be1'
'com.rjfun.cordova.httpd': 'https://github.com/meteor/cordova-httpd/tarball/0f1c8bc17e567c57a68427b0fe5e692ab6568d7f'
});