Skip to content

Commit

Permalink
chore: fix test-angular-versions/ng13 by ignoring broken avj peerDepe…
Browse files Browse the repository at this point in the history
…ndency
  • Loading branch information
christopherthielen authored and mergify[bot] committed Dec 1, 2021
1 parent 083160d commit bdd28cd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test-angular-versions/v13/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "13",
"version": "0.0.0",
"checkPeerDependencies": {
"ignore": ["avj"]
},
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down Expand Up @@ -40,4 +43,4 @@
"karma-jasmine-html-reporter": "~1.7.0",
"typescript": "~4.4.3"
}
}
}

0 comments on commit bdd28cd

Please sign in to comment.