diff options
Diffstat (limited to 'sandbox/testAppNevena/Front/node_modules/rxjs/migrations/collection.json')
-rw-r--r-- | sandbox/testAppNevena/Front/node_modules/rxjs/migrations/collection.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sandbox/testAppNevena/Front/node_modules/rxjs/migrations/collection.json b/sandbox/testAppNevena/Front/node_modules/rxjs/migrations/collection.json new file mode 100644 index 00000000..7eb11244 --- /dev/null +++ b/sandbox/testAppNevena/Front/node_modules/rxjs/migrations/collection.json @@ -0,0 +1,9 @@ +{ + "schematics": { + "rxjs-migration-01": { + "description": "Adds rxjs-compat package to the project to ensure compatability with RxJS 5", + "version": "6.0.0-rc.0", + "factory": "./update-6_0_0/index#rxjsV6MigrationSchematic" + } + } +} |