Skip to content

Commit 839f696

Browse files
alan-agius4kyliau
authored andcommitted
fix(@schematics/angular): minimal workspace leaves blank line in package.json
Fix #12778
1 parent 5f4e242 commit 839f696

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/schematics/angular/workspace/files/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"@angular/cli": "<%= experimentalAngularNext ? 'next' : '~' + version %>",
2929
"@angular/compiler-cli": "<%= experimentalAngularNext ? 'next' : latestVersions.Angular %>",
3030
"@angular/language-service": "<%= experimentalAngularNext ? 'next' : latestVersions.Angular %>",
31-
"@types/node": "~8.9.4",
32-
<% if (!minimal) { %>"@types/jasmine": "~2.8.8",
31+
"@types/node": "~8.9.4",<% if (!minimal) { %>
32+
"@types/jasmine": "~2.8.8",
3333
"@types/jasminewd2": "~2.0.3",
3434
"codelyzer": "~4.5.0",
3535
"jasmine-core": "~2.99.1",

0 commit comments

Comments
 (0)