From 00bece28d4dea85fb17907dc244b082ce403666f Mon Sep 17 00:00:00 2001 From: Matteo Pagliazzi Date: Fri, 14 Feb 2014 18:46:32 +0100 Subject: [PATCH] chore(dependencies): update jquery path --- public/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/manifest.json b/public/manifest.json index 47ad0ed181..b9cedef609 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "app": { "js": [ - "bower_components/jquery/query.min.js", + "bower_components/jquery/jquery.min.js", "bower_components/jquery.cookie/jquery.cookie.js", "bower_components/bootstrap-growl/jquery.bootstrap-growl.js", "bower_components/bootstrap-tour/build/js/bootstrap-tour.js",