From a560f03136334c32b28c7aef283ce1a23ec8310b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Ram=C5=A1ak?= Date: Sat, 17 Feb 2018 12:04:32 +0100 Subject: [PATCH] Update bower.json with this change it should finally work ... --- bower.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index cd27f02..2abc172 100644 --- a/bower.json +++ b/bower.json @@ -1,5 +1,5 @@ { - "name": "Sortable", + "name": "rubaxa-sortable", "main": [ "Sortable.js" ], @@ -25,5 +25,9 @@ "bower_components", "test", "tests" - ] + ], + "repository": { + "type": "git", + "url": "git://github.com/RubaXa/Sortable.git" + } }