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 @@ -320,16 +320,17 @@ Packages in `dependencies`:
320
320
- ` @angular/* ` packages now have a ` ^2.4.0 ` minimum (` ^3.4.0 ` for router)
321
321
- ` core-js ` remains unchanged at ` ^2.4.1 `
322
322
- ` rxjs ` to ` ^5.1.0 `
323
+ - ` ts-helpers ` was ** removed**
323
324
- ` zone.js ` to ` ^0.7.6 `
324
325
325
- Packages in ` dependencies ` :
326
+ Packages in ` devDependencies ` :
326
327
- ` @angular/cli ` at ` 1.0.0-rc.0 ` replaces ` angular-cli `
327
328
- ` @angular/compiler-cli ` is also at ` ^2.4.0 `
328
329
- ` @types/jasmine ` remains unchanged and pinned at ` 2.5.38 `
329
330
- ` @types/node ` was updated to ` ~6.0.60 `
330
331
- ` codelyzer ` was updated to ` ~2.0.0 `
331
332
- ` jasmine-core ` was updated to ` ~2.5.2 `
332
- - ` jasmine-spec-reporter ` was ** removed **
333
+ - ` jasmine-spec-reporter ` was updated to ` ~3.2.0 `
333
334
- ` karma ` was updated to ` ~1.4.1 `
334
335
- ` karma-chrome-launcher ` was updated to ` ~2.0.0 `
335
336
- ` karma-cli ` was updated to ` ~1.0.1 `
@@ -353,6 +354,7 @@ We also updated the scripts section to make it more simple:
353
354
"scripts": {
354
355
"ng": "ng",
355
356
"start": "ng serve",
357
+ "build": "ng build",
356
358
"test": "ng test",
357
359
"lint": "ng lint",
358
360
"e2e": "ng e2e"
You can’t perform that action at this time.
0 commit comments