From c5a16902222a055d426bb932cb8357fb2b6f28ee Mon Sep 17 00:00:00 2001 From: Brady Miller Date: Sun, 15 Jan 2017 00:58:01 -0800 Subject: [PATCH] fix to prior commit --- bower.json | 2 +- public/assets/{jquery-min-1-5-0 => jquery-min-1-5}/.bower.json | 0 public/assets/{jquery-min-1-5-0 => jquery-min-1-5}/index.js | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename public/assets/{jquery-min-1-5-0 => jquery-min-1-5}/.bower.json (100%) rename public/assets/{jquery-min-1-5-0 => jquery-min-1-5}/index.js (100%) diff --git a/bower.json b/bower.json index 1f7678655..33e59d5da 100644 --- a/bower.json +++ b/bower.json @@ -42,7 +42,7 @@ "jquery-min-1-3-2": "https://code.jquery.com/jquery-1.3.2.min.js", "jquery-min-1-4-2": "https://code.jquery.com/jquery-1.4.2.min.js", "jquery-min-1-4-3": "https://code.jquery.com/jquery-1.4.3.min.js", - "jquery-min-1-5-0": "https://code.jquery.com/jquery-1.5.min.js", + "jquery-min-1-5": "https://code.jquery.com/jquery-1.5.min.js", "jquery-min-1-6-4": "https://code.jquery.com/jquery-1.6.4.min.js", "jquery-min-1-7-2": "https://code.jquery.com/jquery-1.7.2.min.js", "jquery-min-1-9-1": "https://code.jquery.com/jquery-1.9.1.min.js", diff --git a/public/assets/jquery-min-1-5-0/.bower.json b/public/assets/jquery-min-1-5/.bower.json similarity index 100% rename from public/assets/jquery-min-1-5-0/.bower.json rename to public/assets/jquery-min-1-5/.bower.json diff --git a/public/assets/jquery-min-1-5-0/index.js b/public/assets/jquery-min-1-5/index.js similarity index 100% rename from public/assets/jquery-min-1-5-0/index.js rename to public/assets/jquery-min-1-5/index.js -- 2.11.4.GIT