From 7bd43a921ab2f533acbb5a87437c53fc29bdaf51 Mon Sep 17 00:00:00 2001 From: Miguel Ramiro Date: Thu, 29 Sep 2016 13:51:23 -0500 Subject: [PATCH 1/2] Added override for npm:jquery-countdown --- package-overrides/npm/jquery-countdown@2.2.0.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 package-overrides/npm/jquery-countdown@2.2.0.json diff --git a/package-overrides/npm/jquery-countdown@2.2.0.json b/package-overrides/npm/jquery-countdown@2.2.0.json new file mode 100644 index 0000000..3a673c1 --- /dev/null +++ b/package-overrides/npm/jquery-countdown@2.2.0.json @@ -0,0 +1,6 @@ +{ + "dependencies": { + "jquery": ">=1.7" + }, + "format": "amd" +} From affb26b85fde47185a5b75809ff0171e5368d2ad Mon Sep 17 00:00:00 2001 From: Miguel Ramiro Date: Fri, 30 Sep 2016 09:14:02 -0500 Subject: [PATCH 2/2] 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" }