From 8e09840c4b1b195a07b19de85c042f40e25734fc Mon Sep 17 00:00:00 2001 From: Dave Allen Date: Thu, 5 Feb 2015 14:55:00 -0800 Subject: [PATCH] Fixed header at top of definition file. --- meteor/meteor.d.ts | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/meteor/meteor.d.ts b/meteor/meteor.d.ts index a8b024f24..e64547096 100644 --- a/meteor/meteor.d.ts +++ b/meteor/meteor.d.ts @@ -1,14 +1,7 @@ -/** - * - * Meteor definitions for TypeScript - * author - Olivier Refalo - orefalo@yahoo.com - * author - David Allen - dave@fullflavedave.com - * - * Thanks to Sam Hatoum for the base code for auto-generating this file. - * - * supports Meteor 1.0.2.1 - * - */ +// Type definitions for Meteor 1.0.3.1 +// Project: http://www.meteor.com/ +// Definitions by: Dave Allen +// Definitions: https://github.com/borisyankov/DefinitelyTyped /** * These are the modules and interfaces that can't be automatically generated from the Meteor data.js file