Skip to content

Commit

Permalink
add ignore to package.json for check-peer-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wawyed committed Jan 11, 2023
1 parent 525f528 commit 34c0efc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test-angular-versions/v15/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,10 @@
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"typescript": "~4.8.2"
},
"checkPeerDependencies": {
"ignore": [
"ajv"
]
}
}
}

0 comments on commit 34c0efc

Please sign in to comment.