From 92f57f97aa8d63e5d14b272a53ec969e6a61cee1 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Mayo Date: Thu, 18 Jun 2020 08:33:07 +0200 Subject: [PATCH] fix: adds rxjs 6 support Closes #26 --- modules.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules.json b/modules.json index 5dc1ea8..4a6445a 100644 --- a/modules.json +++ b/modules.json @@ -346,6 +346,10 @@ "< 6.0.0": { "development": "https://unpkg.com/rxjs@[version]/bundles/Rx.js", "production": "https://unpkg.com/rxjs@[version]/bundles/Rx.min.js" + }, + ">= 6.0.0": { + "development": "https://unpkg.com/rxjs@[version]/bundles/rxjs.umd.js", + "production": "https://unpkg.com/rxjs@[version]/bundles/rxjs.umd.min.js" } } },