Skip to content

Commit

Permalink
fix(@schematics/angular): minimal workspace leaves blank line in `pac…
Browse files Browse the repository at this point in the history
…kage.json`

Fix #12778
  • Loading branch information
alan-agius4 authored and Keen Yee Liau committed Nov 1, 2018
1 parent 6e0b60d commit c891ab0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/schematics/angular/workspace/files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"@angular/cli": "<%= experimentalAngularNext ? 'next' : '~' + version %>",
"@angular/compiler-cli": "<%= experimentalAngularNext ? 'next' : latestVersions.Angular %>",
"@angular/language-service": "<%= experimentalAngularNext ? 'next' : latestVersions.Angular %>",
"@types/node": "~8.9.4",
<% if (!minimal) { %>"@types/jasmine": "~2.8.8",
"@types/node": "~8.9.4",<% if (!minimal) { %>
"@types/jasmine": "~2.8.8",
"@types/jasminewd2": "~2.0.3",
"codelyzer": "~4.5.0",
"jasmine-core": "~2.99.1",
Expand Down

0 comments on commit c891ab0

Please sign in to comment.