Skip to content

Commit 87e7546

Browse files
committed
Connect jQuery.serialScroll to bower
1 parent b225548 commit 87e7546

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

bower.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
"jquery": "3.2.1",
6464
"jquery-ui": "^1.12.1",
6565
"unitegallery": "^1.7.40",
66-
"jquery.localScroll": "^2.0.0"
66+
"jquery.localScroll": "^2.0.0",
67+
"jquery.serialscroll": "jquery.serialScroll#^1.3.1"
6768
}
6869
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<p>See the <a href="https://github.com/flesler/jquery.serialScroll/blob/master/CHANGELOG">jquery.serialScroll changelog</a></p>
1+
<p>See the <a href="https://github.com/flesler/jquery.serialScroll/blob/master/CHANGELOG">jQuery.serialScroll changelog</a></p>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<p>jquery.serialScroll is licened under the <a href="https://github.com/flesler/jquery.serialScroll/blob/1.3.1/LICENSE">MIT License</a>.</p>
1+
<p>jQuery.serialScroll is licensed under the <a href="https://github.com/flesler/jquery.serialScroll/blob/1.3.1/LICENSE">MIT License</a>.</p>

jquery.serialScroll_1.3.1/jquery.serialScroll.dnn

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<dotnetnuke type="Package" version="5.0">
22
<packages>
33
<package name="jquery.serialScroll" type="JavaScript_Library" version="1.3.1">
4-
<friendlyName>jquery.serialScroll</friendlyName>
5-
<description>This plugin allows you to easily animate any series of elements, by sequentially scrolling them. It uses jQuery.ScrollTo to achieve the scrolling animation. It is a very unrestricted plugin, that lets you customize pretty much everything from outside. You can use horizontal or vertical scroll, also combined. </description>
4+
<friendlyName>jQuery.serialScroll</friendlyName>
5+
<description><![CDATA[Animated scrolling of series with jQuery]]></description>
66
<owner>
77
<name>Engage Software</name>
88
<organization>Engage Software</organization>
@@ -22,7 +22,7 @@
2222
<libraryName>jquery.serialScroll</libraryName>
2323
<fileName>jquery.serialScroll.min.js</fileName>
2424
<preferredScriptLocation>BodyBottom</preferredScriptLocation>
25-
<CDNPath>https://cdnjs.cloudflare.com/ajax/libs/jquery.serialScroll/1.3.1/jquery.serialScroll.min.js</CDNPath>
25+
<CDNPath>https://cdn.jsdelivr.net/jquery.serialscroll/1.3.1/jquery.serialScroll.min.js</CDNPath>
2626
<objectName>jQuery.serialScroll</objectName>
2727
</javaScriptLibrary>
2828
</component>

0 commit comments

Comments
 (0)