Skip to content

Commit

Permalink
v4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldenning committed Nov 20, 2020
1 parent 5ac96c7 commit 1747c57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libs/single-spa-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "../node_modules/ng-packagr/ng-package.schema.json",
"name": "single-spa-angular",
"version": "4.7.0",
"version": "4.8.0",
"description": "Helpers for building single-spa applications which use Angular 2",
"schematics": "./schematics/schematics.json",
"repository": {
Expand All @@ -25,8 +25,8 @@
"sideEffects": false,
"peerDependencies": {
"@angular/core": ">=9",
"single-spa": ">=4.0.0",
"json5": "*"
"json5": "*",
"single-spa": ">=4.0.0"
},
"ngPackage": {
"lib": {
Expand Down

0 comments on commit 1747c57

Please sign in to comment.