docs(typings): install into globalDependencies, not globalDevDependencies
This commit is contained in:
parent
60eeb0123a
commit
b25950090d
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"globalDevDependencies": {
|
||||
"globalDependencies": {
|
||||
"core-js": "registry:dt/core-js#0.0.0+20160317120654",
|
||||
"jasmine": "registry:dt/jasmine#2.2.0+20160412134438",
|
||||
"jasmine": "registry:dt/jasmine#2.2.0+20160505161446",
|
||||
"node": "registry:dt/node#4.0.0+20160509154515"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -118,10 +118,10 @@ code-example(format="").
|
|||
code-example(format="").
|
||||
npm run typings list
|
||||
:marked
|
||||
The following command installs the typings file for the Jasmine test library and updates the `typings.config`
|
||||
so we that we get it automatically the next time.
|
||||
The following command installs or updates the typings file for the Jasmine test library from the *DefinitelyTyped* repository
|
||||
and updates the `typings.config` so we that we get it automatically the next time we install typings.
|
||||
code-example(format="").
|
||||
npm run typings -- install jasmine --global --save
|
||||
npm run typings -- install dt~jasmine --save --global
|
||||
.l-sub-section
|
||||
:marked
|
||||
The [–– option](https://docs.npmjs.com/cli/run-script) is important;
|
||||
|
|
Loading…
Reference in New Issue