Skip to content

Commit 1b3b46a

Browse files
PlatinumEagleZhicheng Wang
authored and
Zhicheng Wang
committed
docs: correct rc migration guide
fix test runner dependency and other corrections Closes angular#5039 Close angular#5041
1 parent 8b37217 commit 1b3b46a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/documentation/stories/rc-update.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -320,16 +320,17 @@ Packages in `dependencies`:
320320
- `@angular/*` packages now have a `^2.4.0` minimum (`^3.4.0` for router)
321321
- `core-js` remains unchanged at `^2.4.1`
322322
- `rxjs` to `^5.1.0`
323+
- `ts-helpers` was **removed**
323324
- `zone.js` to `^0.7.6`
324325

325-
Packages in `dependencies`:
326+
Packages in `devDependencies`:
326327
- `@angular/cli` at `1.0.0-rc.0` replaces `angular-cli`
327328
- `@angular/compiler-cli` is also at `^2.4.0`
328329
- `@types/jasmine` remains unchanged and pinned at `2.5.38`
329330
- `@types/node` was updated to `~6.0.60`
330331
- `codelyzer` was updated to `~2.0.0`
331332
- `jasmine-core` was updated to `~2.5.2`
332-
- `jasmine-spec-reporter` was **removed**
333+
- `jasmine-spec-reporter` was updated to `~3.2.0`
333334
- `karma` was updated to `~1.4.1`
334335
- `karma-chrome-launcher` was updated to `~2.0.0`
335336
- `karma-cli` was updated to `~1.0.1`
@@ -353,6 +354,7 @@ We also updated the scripts section to make it more simple:
353354
"scripts": {
354355
"ng": "ng",
355356
"start": "ng serve",
357+
"build": "ng build",
356358
"test": "ng test",
357359
"lint": "ng lint",
358360
"e2e": "ng e2e"

0 commit comments

Comments
 (0)