From 5ee54d1645e6562740c2b84cbb44631a114771d2 Mon Sep 17 00:00:00 2001 From: Juan Ferreira Date: Fri, 4 May 2018 17:11:02 -0400 Subject: [PATCH] support rxjs 6 and only support version 5 and above --- modules.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/modules.json b/modules.json index 003a89c..c67e25c 100644 --- a/modules.json +++ b/modules.json @@ -326,10 +326,14 @@ "rxjs": { "var": "Rx", "versions": { - "*": { + ">= 5.0.0 <= 6.0.0-alpha.3": { "development": "https://unpkg.com/rxjs@[version]/bundles/Rx.js", "production": "https://unpkg.com/rxjs@[version]/bundles/Rx.min.js" - } + }, + ">= 6.0.0-alpha.4": { + "development": "https://unpkg.com/rxjs@[version]/bundles/rxjs.umd.js", + "production": "https://unpkg.com/rxjs@[version]/bundles/rxjs.umd.min.js" + } } }, "zone.js": {