Skip to content

Commit 3aad92b

Browse files
fix(check-peer-dependencies): ignore avj and postcss
1 parent 2b65c55 commit 3aad92b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "0.0.0",
44
"license": "MIT",
55
"angular-cli": {},
6+
"checkPeerDependencies": {
7+
"ignore": ["ajv", "postcss"]
8+
},
69
"scripts": {
710
"ng": "ng",
811
"start": "ng serve --configuration production --source-map",

0 commit comments

Comments
 (0)