From e623c6b3164bb8c6da508f84f7865eaaa97e1a0f Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Sat, 8 Oct 2016 19:32:43 -0400 Subject: [PATCH] Changes Quill casing to avoid issues w/ jspm & others (#11858) --- quill/quill.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quill/quill.d.ts b/quill/quill.d.ts index 66fdc11245..9998c3dc19 100644 --- a/quill/quill.d.ts +++ b/quill/quill.d.ts @@ -91,6 +91,6 @@ declare namespace QuillJS { declare var Quill: QuillJS.QuillStatic; -declare module "Quill" { +declare module "quill" { export = Quill; }