File tree 1 file changed +4
-2
lines changed
docs/documentation/stories
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -317,16 +317,17 @@ Packages in `dependencies`:
317
317
- ` @angular/* ` packages now have a ` ^2.4.0 ` minimum (` ^3.4.0 ` for router)
318
318
- ` core-js ` remains unchanged at ` ^2.4.1 `
319
319
- ` rxjs ` to ` ^5.1.0 `
320
+ - ` ts-helpers ` was ** removed**
320
321
- ` zone.js ` to ` ^0.7.6 `
321
322
322
- Packages in ` dependencies ` :
323
+ Packages in ` devDependencies ` :
323
324
- ` @angular/cli ` at ` 1.0.0-rc.0 ` replaces ` angular-cli `
324
325
- ` @angular/compiler-cli ` is also at ` ^2.4.0 `
325
326
- ` @types/jasmine ` remains unchanged and pinned at ` 2.5.38 `
326
327
- ` @types/node ` was updated to ` ~6.0.60 `
327
328
- ` codelyzer ` was updated to ` ~2.0.0 `
328
329
- ` jasmine-core ` was updated to ` ~2.5.2 `
329
- - ` jasmine-spec-reporter ` was ** removed **
330
+ - ` jasmine-spec-reporter ` was updated to ` ~3.2.0 `
330
331
- ` karma ` was updated to ` ~1.4.1 `
331
332
- ` karma-chrome-launcher ` was updated to ` ~2.0.0 `
332
333
- ` karma-cli ` was updated to ` ~1.0.1 `
@@ -350,6 +351,7 @@ We also updated the scripts section to make it more simple:
350
351
"scripts": {
351
352
"ng": "ng",
352
353
"start": "ng serve",
354
+ "build": "ng build",
353
355
"test": "ng test",
354
356
"lint": "ng lint",
355
357
"e2e": "ng e2e"
You can’t perform that action at this time.
0 commit comments