修订完npm-packages

This commit is contained in:
Zhicheng Wang 2017-04-15 21:56:49 +08:00
parent 7a8d65353b
commit 6383abb6b3
1 changed files with 2 additions and 2 deletions

View File

@ -284,8 +284,8 @@ a(id="why-peer-dependencies")
But Angular has a *peerDependencies* section in
*its* `package.json`, which has important consequences for your application.
在“快速起步”的`package.json`文件中,并没有*peerDependencies*区。
但是Angular本身在[*它自己的* package.json](https://github.com/angular/angular/blob/master/modules/angular2/package.json)中有,
在“快速起步”的`package.json`文件中,并没有[*peerDependencies*](https://nodejs.org/en/blog/npm/peer-dependencies/)区。
但是Angular本身在*它自己的* `package.json` 中有,
它对我们的应用程序有重要的影响。
This section explains why you load the [polyfill](#polyfills) *dependency* packages in the QuickStart application's`package.json`,