Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit d91c685

Browse files
committed
refactor: add @angular/compiler-cli as peerDependency
1 parent 68bb6b5 commit d91c685

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
"typescript": "~2.7.2"
101101
},
102102
"peerDependencies": {
103-
"@ngtools/webpack": "6.1.0-rc.0"
103+
"@ngtools/webpack": "^6.1.0-rc.0",
104+
"@angular/compiler-cli": "^6.0.0"
104105
}
105106
}

0 commit comments

Comments
 (0)