From 7c4457adaa910c1892e86c02398ccd43ca976b4e Mon Sep 17 00:00:00 2001 From: Sashko Stubailo Date: Thu, 6 Aug 2015 11:41:06 -0700 Subject: [PATCH] Update README for meteor-platform to reflect deprecation --- packages/non-core/meteor-platform/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/non-core/meteor-platform/README.md b/packages/non-core/meteor-platform/README.md index a771733633..6888d2ad5d 100644 --- a/packages/non-core/meteor-platform/README.md +++ b/packages/non-core/meteor-platform/README.md @@ -1,7 +1,7 @@ # meteor-platform -This package is added to every app by `meteor create`. It includes a set of common packages that most Meteor apps will find useful, such as `webapp`, `tracker`, `session`, `ddp`, `mongo` and `blaze`. From the command line, you can run `meteor show meteor-platform` to see the full list of implied packages. +This package used to be added to every app by `meteor create`, but is now deprecated in favor of `meteor-base` and a carefully chosen set of other packages. -These packages make up the official [Meteor Platform](https://www.meteor.com/projects). See the README of each individual package to learn more about it. +See the PR here with the discussion: https://github.com/meteor/meteor/pull/4851 -This package was previously known as [standard-app-packages](https://atmospherejs.com/meteor/standard-app-packages). \ No newline at end of file +This package was previously known as [standard-app-packages](https://atmospherejs.com/meteor/standard-app-packages).