Skip to content

Commit

Permalink
feat: 馃幐 upgrade to angular v13
Browse files Browse the repository at this point in the history
BREAKING CHANGE: 馃Ж The library now requires Angualr v13
  • Loading branch information
NetanelBasal committed Nov 20, 2021
1 parent 275a2ff commit 1644abb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions projects/spectator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@
"peerDependencies": {
"@angular/common": ">= 13.0.0",
"@angular/router": ">= 13.0.0",
"@angular/animations": ">= 13.0.0",
"typescript": ">= 4.0.0"
"@angular/animations": ">= 13.0.0"
},
"bin": {
"spectator-migrate": "./migrate.js"
},
"schematics": "./schematics/collection.json"
}
}

0 comments on commit 1644abb

Please sign in to comment.