test: update cli-hello-world to @angular/cli@1.7.x (#23149)

PR Close #23149
This commit is contained in:
Igor Minar 2018-04-03 10:21:53 -07:00
parent 6699fb5d77
commit 1aebee42eb
2 changed files with 698 additions and 1042 deletions

View File

@ -8,9 +8,7 @@
"build": "ng build --prod --sourcemaps",
"test": "ng test --single-run",
"lint": "ng lint",
"e2e": "ng e2e",
"postinstall": "patch for https://github.com/angular/devkit/pull/524",
"postinstall": "sed -i.bak 's/]esm5/]f?esm5/' node_modules/@angular-devkit/build-optimizer/src/build-optimizer/build-optimizer.js"
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
@ -28,7 +26,7 @@
"zone.js": "file:../../node_modules/zone.js"
},
"devDependencies": {
"@angular/cli": "1.6.6",
"@angular/cli": "1.7.3",
"@angular/compiler-cli": "file:../../dist/packages-dist/compiler-cli",
"@angular/language-service": "file:../../dist/packages-dist/language-service",
"@types/jasmine": "~2.8.3",

File diff suppressed because it is too large Load Diff