Skip to content

Commit f348912

Browse files
committed
Package name needs to match case of bower name
Changed from Quill to quill (lowercase)
1 parent 2563670 commit f348912

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

quill_0.20.0/quill.dnn

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<dotnetnuke type="Package" version="5.0">
22
<packages>
3-
<package name="Quill" type="JavaScript_Library" version="0.20.0">
43
<friendlyName>Quill</friendlyName>
4+
<package name="quill" type="JavaScript_Library" version="0.20.0">
55
<description><![CDATA[
66
<p><a href="https://saucelabs.com/u/quill"><img src="https://camo.githubusercontent.com/f803924c3ab945b2b62b4d3006339040c1e0c760/68747470733a2f2f73617563656c6162732e636f6d2f62726f777365722d6d61747269782f7175696c6c2d6d61737465722e737667" alt="Webdriver Test Status" data-canonical-src="https://saucelabs.com/browser-matrix/quill-master.svg" style="max-width:100%;"></a></p>
77
<p>Quill is a modern rich text editor built for compatibility and extensibility. It was created by <a href="https://twitter.com/jhchen">Jason Chen</a> and <a href="https://twitter.com/byronmilligan">Byron Milligan</a> and open sourced by <a href="http://www.salesforce.com">Salesforce.com</a>.</p>
@@ -19,7 +19,7 @@
1919
<components>
2020
<component type="JavaScript_Library">
2121
<javaScriptLibrary>
22-
<libraryName>Quill</libraryName>
22+
<libraryName>quill</libraryName>
2323
<fileName>quill.min.js</fileName>
2424
<preferredScriptLocation>BodyBottom</preferredScriptLocation>
2525
<CDNPath>https://cdnjs.cloudflare.com/ajax/libs/quill/0.20.0/quill.min.js</CDNPath>
@@ -28,15 +28,15 @@
2828
</component>
2929
<component type="JavaScriptFile">
3030
<jsfiles>
31-
<libraryFolderName>Quill</libraryFolderName>
31+
<libraryFolderName>quill</libraryFolderName>
3232
<jsfile>
3333
<name>quill.min.js</name>
3434
</jsfile>
3535
</jsfiles>
3636
</component>
3737
<component type="ResourceFile">
3838
<resourceFiles>
39-
<basePath>Resources\Libraries\Quill\00_20_00</basePath>
39+
<basePath>Resources\Libraries\quill\00_20_00</basePath>
4040
<resourceFile>
4141
<name>Resources.zip</name>
4242
</resourceFile>

0 commit comments

Comments
 (0)