We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
package.json
1 parent 5f4e242 commit 839f696Copy full SHA for 839f696
packages/schematics/angular/workspace/files/package.json
@@ -28,8 +28,8 @@
28
"@angular/cli": "<%= experimentalAngularNext ? 'next' : '~' + version %>",
29
"@angular/compiler-cli": "<%= experimentalAngularNext ? 'next' : latestVersions.Angular %>",
30
"@angular/language-service": "<%= experimentalAngularNext ? 'next' : latestVersions.Angular %>",
31
- "@types/node": "~8.9.4",
32
- <% if (!minimal) { %>"@types/jasmine": "~2.8.8",
+ "@types/node": "~8.9.4",<% if (!minimal) { %>
+ "@types/jasmine": "~2.8.8",
33
"@types/jasminewd2": "~2.0.3",
34
"codelyzer": "~4.5.0",
35
"jasmine-core": "~2.99.1",
0 commit comments