Browse Source

Merge pull request #421 from amfleming/patch-2

Include ng-sortable.js in bower distribution
pull/424/merge
Lebedev Konstantin 10 years ago
parent
commit
591b311dce
  1. 7
      bower.json

7
bower.json

@ -1,6 +1,11 @@
{ {
"name": "Sortable", "name": "Sortable",
"main": "Sortable.js", "main": [
"Sortable.js",
"ng-sortable.js",
"knockout-sortable.js",
"react-sortable-mixin.js"
],
"version": "1.2.0", "version": "1.2.0",
"homepage": "http://rubaxa.github.io/Sortable/", "homepage": "http://rubaxa.github.io/Sortable/",
"authors": [ "authors": [

Loading…
Cancel
Save