From a6d955029dce527d2e02db65b4d947cb35686adf Mon Sep 17 00:00:00 2001 From: JustinCoded Date: Tue, 19 Jun 2018 18:00:05 -0500 Subject: [PATCH] fix: Updated JQuery dependency --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 137f9bc..8588944 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "homepage": "http://indrimuska.github.io/angular-counter", "dependencies": { "angular": "~1.4.3", - "jquery": "~1.7.1" + "jquery": ">=1.11.0" }, "devDependencies": { "grunt": "^0.4.5",