Browse Source

Update bower.json

with this change it should finally work ...
pull/1284/head
Markus Ramšak 7 years ago committed by GitHub
parent
commit
a560f03136
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      bower.json

8
bower.json

@ -1,5 +1,5 @@
{ {
"name": "Sortable", "name": "rubaxa-sortable",
"main": [ "main": [
"Sortable.js" "Sortable.js"
], ],
@ -25,5 +25,9 @@
"bower_components", "bower_components",
"test", "test",
"tests" "tests"
] ],
"repository": {
"type": "git",
"url": "git://github.com/RubaXa/Sortable.git"
}
} }

Loading…
Cancel
Save