Skip to content

Commit

Permalink
Merge pull request #391 from meteor/deprecate-ui-package
Browse files Browse the repository at this point in the history
Deprecate UI package
  • Loading branch information
StorytellerCZ authored Sep 26, 2022
2 parents 67f902a + 83f3404 commit 085fc77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ui/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ Package.describe({
name: 'ui',
summary: "Deprecated: Use the 'blaze' package",
version: '1.0.13',
git: 'https://github.com/meteor/blaze.git'
git: 'https://github.com/meteor/blaze.git',
deprecated: true,
});

Package.onUse(function (api) {
Expand Down

0 comments on commit 085fc77

Please sign in to comment.