Minor changes to deprecated absolute-url package based on code review comments

This commit is contained in:
Avital Oliver
2012-09-20 07:33:08 -07:00
parent de413efe50
commit e1a7c2ff46

View File

@@ -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.');
});