From affb26b85fde47185a5b75809ff0171e5368d2ad Mon Sep 17 00:00:00 2001 From: Miguel Ramiro Date: Fri, 30 Sep 2016 09:14:02 -0500 Subject: [PATCH] Change version constraint for compatibility with the jspm registry. --- package-overrides/npm/jquery-countdown@2.2.0.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-overrides/npm/jquery-countdown@2.2.0.json b/package-overrides/npm/jquery-countdown@2.2.0.json index 3a673c1..d946c46 100644 --- a/package-overrides/npm/jquery-countdown@2.2.0.json +++ b/package-overrides/npm/jquery-countdown@2.2.0.json @@ -1,6 +1,6 @@ { "dependencies": { - "jquery": ">=1.7" + "jquery": "*" }, "format": "amd" }