From 67d663901294fd8782ec4d58e94736b5169d3296 Mon Sep 17 00:00:00 2001 From: Adi Dahiya Date: Tue, 25 Aug 2015 22:32:07 -0400 Subject: [PATCH] Revert "Add TypeScript definition" This reverts commit c510503fcdf87efe60bfba0e0b63e422b4a86f66. Fixes #606. --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index 6ccf6775b50..afa9e402076 100644 --- a/package.json +++ b/package.json @@ -6,9 +6,6 @@ "tslint": "./bin/tslint" }, "main": "./lib/tslint", - "typescript": { - "definition": "lib/tslint.d.ts" - }, "repository": { "type": "git", "url": "https://github.com/palantir/tslint.git"