Skip to content

Commit 22d695f

Browse files
committed
knockout-sortable 0.15.0
1 parent 5748953 commit 22d695f

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"KineticJS": "kineticjs#5.1.0",
4545
"knockout-jqAutocomplete": "0.4.4",
4646
"knockout-postbox": "0.5.2",
47-
"knockout-sortable": "0.11.0",
47+
"knockout-sortable": "0.15.0",
4848
"knockout-validation": "2.0.3",
4949
"quill-editor-knockout-binding": "ko-quill#0.1.3",
5050
"pepjs": "0.4.1",

knockout-sortable_0.11.0/knockout-sortable.js

Lines changed: 0 additions & 2 deletions
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<p>knockout-sortable is licensed under the <a href="https://github.com/rniemeyer/knockout-sortable/blob/v0.11.0/LICENSE">MIT License</a>.</p>
1+
<p>knockout-sortable is licensed under the <a href="https://github.com/rniemeyer/knockout-sortable/blob/v0.15.0/LICENSE">MIT License</a>.</p>

knockout-sortable_0.11.0/knockout-sortable.dnn renamed to knockout-sortable_0.15.0/knockout-sortable.dnn

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<dotnetnuke type="Package" version="5.0">
22
<packages>
3-
<package name="Knockout.Sortable" type="JavaScript_Library" version="0.11.0">
3+
<package name="Knockout.Sortable" type="JavaScript_Library" version="0.15.0">
44
<friendlyName>Knockout Sortable</friendlyName>
5-
<description><![CDATA[
5+
<description><![CDATA[
66
<p><strong>knockout-sortable</strong> is a binding for <a href="http://knockoutjs.com/">Knockout.js</a> designed to connect observableArrays with jQuery UI's sortable functionality. This allows a user to drag and drop items within a list or between lists and have the corresponding observableArrays updated appropriately.</p>
77
]]></description>
88
<owner>
@@ -21,17 +21,17 @@
2121
<component type="JavaScript_Library">
2222
<javaScriptLibrary>
2323
<libraryName>Knockout.Sortable</libraryName>
24-
<fileName>knockout-sortable.js</fileName>
24+
<fileName>knockout-sortable.min.js</fileName>
2525
<preferredScriptLocation>BodyBottom</preferredScriptLocation>
26-
<CDNPath>https://cdnjs.cloudflare.com/ajax/libs/knockout-sortable/0.11.0/knockout-sortable.min.js</CDNPath>
26+
<CDNPath>https://cdnjs.cloudflare.com/ajax/libs/knockout-sortable/0.15.0/knockout-sortable.min.js</CDNPath>
2727
<objectName>ko.sortable</objectName>
2828
</javaScriptLibrary>
2929
</component>
3030
<component type="JavaScriptFile">
3131
<jsfiles>
3232
<libraryFolderName>Knockout.Sortable</libraryFolderName>
3333
<jsfile>
34-
<name>knockout-sortable.js</name>
34+
<name>knockout-sortable.min.js</name>
3535
</jsfile>
3636
</jsfiles>
3737
</component>

knockout-sortable_0.15.0/knockout-sortable.min.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)