This repository was archived by the owner on Mar 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,5 +71,5 @@ nav.dropdown
71
71
<!-- DROPDOWN MENU -->
72
72
div( class ="dropdown-menu" ng-class ="appCtrl.showMenu ? 'is-visible' : ''" )
73
73
mixin tree(public .docs .ts , "/docs/ts" , "Angular 2 for TypeScript" )
74
- //- mixin tree(public.docs.js, "/docs/js", "Angular 2 for JavaScript")
74
+ mixin tree(public .docs .js , "/docs/js" , "Angular 2 for JavaScript" )
75
75
//- mixin tree(public.docs.dart, "/docs/dart", "Angular 2 for Dart")
Original file line number Diff line number Diff line change @@ -362,7 +362,7 @@ a(id="why-peer-dependencies")
362
362
it also installs the packages listed within *their* packages `dependencies` sections.
363
363
The process is recursive.
364
364
365
- 当*npm*安装列在 *我们的*`dependencies*区指定的包时,
365
+ 当*npm*安装那些在 *我们的*`dependencies*区指定的包时,
366
366
它也会同时安装上在*那些包*的`dependencies`区所指定的那些包。
367
367
这个安装过程是递归的。
368
368
@@ -389,7 +389,7 @@ a(id="why-peer-dependencies")
389
389
390
390
It is our responsibility to list all *peer dependency* packages **among our own *devDependencies***.
391
391
392
- 我们的责任是,把所有*平级依赖*包都**列在我们自己的*devDependencies**中 *。
392
+ 我们的责任是,把所有*平级依赖*包都**列在我们自己的*devDependencies*中* *。
393
393
394
394
.l-sub-section
395
395
:marked
You can’t perform that action at this time.
0 commit comments