Changes Quill casing to avoid issues w/ jspm & others (#11858)

This commit is contained in:
Eric Amodio
2016-10-08 19:32:43 -04:00
committed by Mohamed Hegazy
parent 0dcd0bdc39
commit e623c6b316

2
quill/quill.d.ts vendored
View File

@@ -91,6 +91,6 @@ declare namespace QuillJS {
declare var Quill: QuillJS.QuillStatic;
declare module "Quill" {
declare module "quill" {
export = Quill;
}