From 9217a038850c9b9497e6c4c6a8d31492d787225a Mon Sep 17 00:00:00 2001 From: Hans Date: Fri, 13 Apr 2018 12:36:40 -0700 Subject: [PATCH] fix(migrations): change the version the migration applies to (#3564) --- migrations/collection.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/collection.json b/migrations/collection.json index 210a6c7116..7eb1124431 100644 --- a/migrations/collection.json +++ b/migrations/collection.json @@ -2,7 +2,7 @@ "schematics": { "rxjs-migration-01": { "description": "Adds rxjs-compat package to the project to ensure compatability with RxJS 5", - "version": "6", + "version": "6.0.0-rc.0", "factory": "./update-6_0_0/index#rxjsV6MigrationSchematic" } }