Browse Source

* cs

pull/605/head
RubaXa 9 years ago
parent
commit
d0c1226f62
  1. 14
      bower.json

14
bower.json

@ -1,10 +1,10 @@
{ {
"name": "Sortable", "name": "Sortable",
"main": [ "main": [
"Sortable.js", "Sortable.js",
"ng-sortable.js", "ng-sortable.js",
"knockout-sortable.js", "knockout-sortable.js",
"react-sortable-mixin.js" "react-sortable-mixin.js"
], ],
"homepage": "http://rubaxa.github.io/Sortable/", "homepage": "http://rubaxa.github.io/Sortable/",
"authors": [ "authors": [
@ -20,7 +20,7 @@
"and", "and",
"drop", "drop",
"dnd", "dnd",
"web-components" "web-components"
], ],
"license": "MIT", "license": "MIT",
"ignore": [ "ignore": [
@ -30,6 +30,6 @@
"tests" "tests"
], ],
"dependencies": { "dependencies": {
"polymer": "Polymer/polymer#~1.1.4", "polymer": "Polymer/polymer#~1.1.4"
} }
} }

Loading…
Cancel
Save