From 233a6f58655709b1f03ea5b6f86d8b44cf65b60d Mon Sep 17 00:00:00 2001 From: Birk Skyum Date: Tue, 7 Mar 2017 12:48:12 +0100 Subject: [PATCH] Remove old deprecation warning --- meteor/README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/meteor/README.md b/meteor/README.md index a4880bed54..f560dd005e 100644 --- a/meteor/README.md +++ b/meteor/README.md @@ -1,12 +1,5 @@ # Meteor Type Definitions -## Deprecated - -These definitions for Meteor are now deprecated. They should still work for versions of Meteor up to 1.2.1. - -The canonical TypeScript definitions for Meteor can now be found using the NPM [Typings definition manager](https://www.npmjs.com/package/typings). If you prefer to view the definitions directly, or contribute to them, they can be found here: . - - ## Description These are the definitions for version 1.4 of Meteor. These definitions were generated from the from the same [Meteor data.js file] (https://github.com/meteor/meteor/blob/devel/docs/client/data.js) that is used to generate the official [Meteor docs] (http://docs.meteor.com/). The code that generates these definitions can be found [here](https://github.com/meteor-typescript/meteor-typescript-libs/).