Skip to content

Commit 3d785c1

Browse files
FrozenPandazvsavkin
authored andcommitted
fix(schematics): fix breaking cli by installing globally via yarn
1 parent 2403e23 commit 3d785c1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/schematics/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@
3535
},
3636
"dependencies": {
3737
"@ngrx/schematics": "5.2.0",
38-
"@schematics/angular": "0.6.1",
39-
"@angular-devkit/schematics": "0.6.1",
4038
"@types/yargs": "^11.0.0",
4139
"app-root-path": "^2.0.1",
4240
"cosmiconfig": "4.0.0",
@@ -50,5 +48,9 @@
5048
"viz.js": "^1.8.1",
5149
"yargs-parser": "10.0.0",
5250
"yargs": "^11.0.0"
51+
},
52+
"peerDependencies": {
53+
"@schematics/angular": "^0.6.0",
54+
"@angular-devkit/schematics": "^0.6.0"
5355
}
5456
}

0 commit comments

Comments
 (0)