Skip to content

Commit

Permalink
fix(@angular-devkit/core): add missing option peer dependency on `cho…
Browse files Browse the repository at this point in the history
…kidar`

(cherry picked from commit 1b3a542)
  • Loading branch information
alan-agius4 committed Oct 9, 2021
1 parent 58283c6 commit 9874aff
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/angular_devkit/core/package.json
Expand Up @@ -15,6 +15,14 @@
"rxjs": "6.6.7",
"source-map": "0.7.3"
},
"peerDependencies": {
"chokidar": "^3.5.2"
},
"peerDependenciesMeta": {
"chokidar": {
"optional": true
}
},
"devDependencies": {
"seedrandom": "^3.0.0"
}
Expand Down

0 comments on commit 9874aff

Please sign in to comment.