Files
meteor/packages/absolute-url/package.js

11 lines
374 B
JavaScript

Package.describe({
summary: "DEPRECATED: Generate absolute URLs pointing to the application",
internal: true
});
Package.on_use(function (api) {
console.log('DEPRECATED. The `absolute-url` package has been folded into '
+ 'the `meteor` package and should not be used directly. Run '
+ '`meteor remove absolute-url` to resolve this.');
});