mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Minor changes to deprecated absolute-url package based on code review comments
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
Package.describe({
|
||||
summary: "DEPRECATED: Generate absolute URLs pointing to the application"
|
||||
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.');
|
||||
+ 'the `meteor` package and should not be used directly. Run '
|
||||
+ '`meteor remove absolute-url` to resolve this.');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user