From a9ded5b70ede34486731ef6c2e6865f5e9911fc3 Mon Sep 17 00:00:00 2001 From: Jason Jarrett Date: Mon, 26 Oct 2015 12:18:03 -0700 Subject: [PATCH] Removing bad dependency ref It's breaking the NuGet auto build: see: https://ci.appveyor.com/project/JasonJarrett/nugetautomation/build/1.0.2356 --- webcola/webcola.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/webcola/webcola.d.ts b/webcola/webcola.d.ts index ca1de5470f..ba5a4b260e 100644 --- a/webcola/webcola.d.ts +++ b/webcola/webcola.d.ts @@ -949,7 +949,6 @@ declare module cola { powerGraph: any; }; } -/// /// declare module cola { class D3StyleLayoutAdaptor extends Layout {