Remove preserve-inputs package -- an upgrader removes it from apps

This commit is contained in:
Avital Oliver
2014-03-26 20:55:02 -07:00
parent 27ec7b1519
commit dc71bd2143
4 changed files with 2 additions and 10 deletions

View File

@@ -67,6 +67,8 @@ for full details on upgrading your app to 0.8.0. This includes:
* The internal `spark`, `liverange`, `universal-events`, and `domutils` packages
have been removed.
* The `preserve-inputs` package is no longer necessary and has been removed.
* The `Handlebars` namespace has been deprecated. `Handlebars.SafeString` is
now `Spacebars.SafeString`, and `Handlebars.registerHelper` is now
`UI.registerHelper`.

View File

@@ -1 +0,0 @@
.build*

View File

@@ -1 +0,0 @@
console.log("The 'preserve-inputs' package is now unnecessary and deprecated.");

View File

@@ -1,8 +0,0 @@
Package.describe({
summary: "Deprecated package (now empty)",
internal: true
});
Package.on_use(function (api) {
api.add_files('deprecated.js', 'server');
});