mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
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:
@@ -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'
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user