mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
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:
1
packages/ui/.gitignore
vendored
1
packages/ui/.gitignore
vendored
@@ -1 +0,0 @@
|
||||
.build*
|
||||
@@ -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.
|
||||
@@ -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']);
|
||||
});
|
||||
Reference in New Issue
Block a user