From 6bd2349f41dd9ea57d326702c2dfbe77fbbc8aa8 Mon Sep 17 00:00:00 2001 From: Rogier Schouten Date: Mon, 10 Oct 2016 09:03:06 +0200 Subject: [PATCH] fix CI test failure --- phantomcss/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phantomcss/index.d.ts b/phantomcss/index.d.ts index 48829a1bbe..9f57e26c46 100644 --- a/phantomcss/index.d.ts +++ b/phantomcss/index.d.ts @@ -138,7 +138,7 @@ declare namespace PhantomCSS { prefixCount?: boolean; hideElements?: string; - outputSettings?: Resemble.OutputSettings; + outputSettings?: resemble.OutputSettings; } }