Merge pull request #864 from ricardobrandao/master

Add knockout-sortable
This commit is contained in:
Guy Bedford
2016-04-10 17:14:05 +02:00
2 changed files with 17 additions and 0 deletions
@@ -0,0 +1,16 @@
{
"files": [
"build/knockout-sortable.js",
"build/knockout-sortable.min.js"
],
"main": "build/knockout-sortable.js",
"dependencies": {
"jquery": "github:components/jquery@^2.1.4",
"jquery-ui": "github:components/jqueryui@^1.11.4",
"knockout": "github:knockout/knockout@^3.3.0"
},
"map": {
"jquery-ui/draggable": "jquery-ui/ui/draggable",
"jquery-ui/sortable": "jquery-ui/ui/sortable"
}
}
+1
View File
@@ -341,6 +341,7 @@
"knockout-paging": "npm:knockout-paging",
"knockout-pre-rendered": "npm:knockout-pre-rendered",
"knockout-select2": "github:cruikshj/knockout-select2",
"knockout-sortable": "github:rniemeyer/knockout-sortable",
"knockout-validation": "github:Knockout-Contrib/Knockout-Validation",
"lazy":"npm:lazy.js",
"leaflet": "github:Leaflet/Leaflet",