Remove now-deprecated preserve-inputs package from examples

Also, add a helpful log message to help users know to remove the package.
This commit is contained in:
Avital Oliver
2014-03-25 19:27:17 -07:00
parent 3f62fab4f2
commit c47e898070
5 changed files with 1 additions and 7 deletions

View File

@@ -6,4 +6,3 @@
standard-app-packages
autopublish
insecure
preserve-inputs

View File

@@ -4,7 +4,6 @@
# but you can also edit it by hand.
standard-app-packages
preserve-inputs
accounts-ui
accounts-password
d3

View File

@@ -8,5 +8,4 @@ underscore
backbone
spiderable
jquery
preserve-inputs
insecure

View File

@@ -6,4 +6,3 @@
standard-app-packages
insecure
jquery
preserve-inputs

View File

@@ -3,6 +3,4 @@ Package.describe({
internal: true
});
Package.on_use(function (api) {
// Deprecated -- Meteor UI makes preserve directives unnecessary
});
console.log("The 'preserve-inputs' package is now unnecessary and deprecated.");