Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit bd42b2b

Browse files
authored
build: allow for rxjs v7 usage (#1359)
1 parent e8493da commit bd42b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@angular/core": "0.0.0-NG",
3131
"@angular/common": "0.0.0-NG",
3232
"@angular/platform-browser": "0.0.0-NG",
33-
"rxjs": "^6.0.0"
33+
"rxjs": "^6.0.0 || ^7.0.0"
3434
},
3535
"sideEffects": false
3636
}

0 commit comments

Comments
 (0)