Skip to content

Commit 5709f97

Browse files
committed
fix(dependencies): add @angular/cli ^7.0.0 as peer dependency
1 parent 8f60213 commit 5709f97

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
@@ -26,7 +26,8 @@
2626
},
2727
"schematics": "./schematics/collection.json",
2828
"peerDependencies": {
29-
"@angular/core": ">=7.0.0",
29+
"@angular/core": "^7.0.0",
30+
"@angular/cli": "^7.0.0",
3031
"rxjs": "^6.3.0",
3132
"typescript": "~3.1.0"
3233
},

0 commit comments

Comments
 (0)