Skip to content

Commit e2e7c47

Browse files
committed
Merge remote-tracking branch 'origin/npm-registry' into npm-registry
# Conflicts: # chart.js_2.7.1/chartjs.dnn # gulpfile.js # intl-tel-input_12.1.3/Resources.zip # intl-tel-input_12.1.3/intlTelInput.min.js # js-xlsx_0.11.8/js-xlsx.dnn # js-xlsx_0.11.8/xlsx.min.js # package.json # quill_1.3.4/quill.dnn # yarn.lock
2 parents e2cf377 + cc1b9e3 commit e2e7c47

File tree

5 files changed

+56
-1
lines changed

5 files changed

+56
-1
lines changed

nouislider_10.1.0/CHANGES.htm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<p>See the <a href="https://github.com/leongersen/noUiSlider/releases">noUiSlider changelog</a></p>

nouislider_10.1.0/LICENSE.htm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<p>noUiSlider is licensed under the <a href="https://github.com/leongersen/noUiSlider/blob/10.1.0/LICENSE">Do What The F*ck You Want To Public License</a>.</p>

nouislider_10.1.0/dnn-library.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"files": ["node_modules/nouislider/distribute/nouislider.min.js"],
3+
"resources": [
4+
"node_modules/nouislider/distribute/**",
5+
"!node_modules/nouislider/distribute/nouislider.min.js"
6+
]
7+
}

nouislider_10.1.0/nouislider.dnn

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
<dotnetnuke type="Package" version="5.0">
2+
<packages>
3+
<package name="nouislider" type="JavaScript_Library" version="10.1.0">
4+
<friendlyName>noUiSlider</friendlyName>
5+
<description><![CDATA[
6+
<p>noUiSlider is a lightweight JavaScript range slider library. It offers a wide selection of options and settings, and is compatible with a ton of (touch) devices, including those running iOS, Android, Windows 8/8.1/10, Windows Phone 8.1 and Windows Mobile 10.</p>
7+
]]></description>
8+
<owner>
9+
<name>Engage Software</name>
10+
<organization>Engage Software</organization>
11+
<url>http://www.engagesoftware.com</url>
12+
<email>support@engagesoftware.com</email>
13+
</owner>
14+
<license src="LICENSE.htm" />
15+
<releaseNotes src="CHANGES.htm" />
16+
<azureCompatible>true</azureCompatible>
17+
<components>
18+
<component type="JavaScript_Library">
19+
<javaScriptLibrary>
20+
<libraryName>nouislider</libraryName>
21+
<fileName>nouislider.min.js</fileName>
22+
<preferredScriptLocation>BodyBottom</preferredScriptLocation>
23+
<CDNPath>https://cdn.jsdelivr.net/npm/nouislider@10.1.0/distribute/nouislider.min.js</CDNPath>
24+
<objectName>noUiSlider</objectName>
25+
</javaScriptLibrary>
26+
</component>
27+
<component type="JavaScriptFile">
28+
<jsfiles>
29+
<libraryFolderName>nouislider</libraryFolderName>
30+
<jsfile>
31+
<name>nouislider.min.js</name>
32+
</jsfile>
33+
</jsfiles>
34+
</component>
35+
<component type="ResourceFile">
36+
<resourceFiles>
37+
<basePath>Resources\Libraries\nouislider\10_01_00</basePath>
38+
<resourceFile>
39+
<name>Resources.zip</name>
40+
</resourceFile>
41+
</resourceFiles>
42+
</component>
43+
</components>
44+
</package>
45+
</packages>
46+
</dotnetnuke>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@
7070
"gulp-zip": "^4.0.0",
7171
"merge-stream": "^1.0.1"
7272
}
73-
}
73+
}

0 commit comments

Comments
 (0)