mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Add Cordova.depends to logging
This commit is contained in:
@@ -7,6 +7,10 @@ Npm.depends({
|
||||
"cli-color": "0.2.3"
|
||||
});
|
||||
|
||||
Cordova.depends({
|
||||
'org.apache.cordova.console': '0.2.10'
|
||||
});
|
||||
|
||||
Package.on_use(function (api) {
|
||||
api.export('Log');
|
||||
api.use(['underscore', 'ejson']);
|
||||
|
||||
Reference in New Issue
Block a user