Remove packages/ui (superseded by packages/non-core/blaze/packages/ui).

https://github.com/meteor/meteor/pull/8212#issuecomment-270330469
This commit is contained in:
Ben Newman
2017-01-03 13:32:08 -05:00
parent 0971e89abe
commit abc672ec4a
3 changed files with 0 additions and 22 deletions

View File

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

View File

@@ -1,5 +0,0 @@
# ui
[Source code of released version](https://github.com/meteor/meteor/tree/master/packages/ui) | [Source code of development version](https://github.com/meteor/meteor/tree/devel/packages/ui)
***
This is an internal Meteor package.

View File

@@ -1,16 +0,0 @@
Package.describe({
summary: "Deprecated: Use the 'blaze' package",
version: '1.0.11'
});
Package.onUse(function (api) {
api.use('blaze');
api.imply('blaze');
// XXX COMPAT WITH PACKAGES BUILT FOR 0.9.0.
//
// (in particular, packages that have a weak dependency on this
// package, since then exported symbols live on the
// `Package.ui` object)
api.export(['Blaze', 'UI', 'Handlebars']);
});