From 4b44767f4a05c7628c1306ca6e492e20abd646d5 Mon Sep 17 00:00:00 2001 From: Neil Stalker Date: Fri, 21 Jun 2013 15:21:45 +0100 Subject: [PATCH] Fix colors for 0.9 and rename test file --- colors/{colors.test.ts => colors-test.ts} | 0 colors/colors.d.ts | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename colors/{colors.test.ts => colors-test.ts} (100%) diff --git a/colors/colors.test.ts b/colors/colors-test.ts similarity index 100% rename from colors/colors.test.ts rename to colors/colors-test.ts diff --git a/colors/colors.d.ts b/colors/colors.d.ts index 99388e69d..c87112d7c 100644 --- a/colors/colors.d.ts +++ b/colors/colors.d.ts @@ -3,7 +3,7 @@ // Definitions by: Bart van der Schoor // Definitions: https://github.com/borisyankov/DefinitelyTyped -declare interface String { +interface String { bold:string; italic:string; underline:string;