Removing all the default: null from the documentation
This commit is contained in:
parent
499c7309e3
commit
8a55210fb6
1 changed files with 0 additions and 4 deletions
|
@ -31,17 +31,14 @@ options:
|
||||||
description:
|
description:
|
||||||
- The name of a node.js library to install
|
- The name of a node.js library to install
|
||||||
requires: false
|
requires: false
|
||||||
default: null
|
|
||||||
path:
|
path:
|
||||||
description:
|
description:
|
||||||
- The base path where to install the node.js libraries
|
- The base path where to install the node.js libraries
|
||||||
required: false
|
required: false
|
||||||
default: null
|
|
||||||
version:
|
version:
|
||||||
description:
|
description:
|
||||||
- The version to be installed
|
- The version to be installed
|
||||||
required: false
|
required: false
|
||||||
default: null
|
|
||||||
global:
|
global:
|
||||||
description:
|
description:
|
||||||
- Install the node.js library globally
|
- Install the node.js library globally
|
||||||
|
@ -53,7 +50,6 @@ options:
|
||||||
- The executable location for npm.
|
- The executable location for npm.
|
||||||
- This is useful if you are using a version manager, such as nvm
|
- This is useful if you are using a version manager, such as nvm
|
||||||
required: false
|
required: false
|
||||||
default: null
|
|
||||||
production:
|
production:
|
||||||
description:
|
description:
|
||||||
- Install dependencies in production mode, excluding devDependencies
|
- Install dependencies in production mode, excluding devDependencies
|
||||||
|
|
Loading…
Reference in a new issue