From 499c7309e37e4c0569fa87b177d3f248d62245c8 Mon Sep 17 00:00:00 2001 From: Chris Hoffman Date: Thu, 13 Jun 2013 15:19:35 -0400 Subject: [PATCH 1/2] Fixing documentation error --- library/packaging/npm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/packaging/npm b/library/packaging/npm index a158b1478c..7857a20107 100644 --- a/library/packaging/npm +++ b/library/packaging/npm @@ -53,7 +53,7 @@ options: - The executable location for npm. - This is useful if you are using a version manager, such as nvm required: false - default: nvm + default: null production: description: - Install dependencies in production mode, excluding devDependencies From 8a55210fb6e28629886b5af10cc7e2ca125c4cb1 Mon Sep 17 00:00:00 2001 From: Chris Hoffman Date: Thu, 13 Jun 2013 20:43:14 -0400 Subject: [PATCH 2/2] Removing all the default: null from the documentation --- library/packaging/npm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/library/packaging/npm b/library/packaging/npm index 7857a20107..67df45c719 100644 --- a/library/packaging/npm +++ b/library/packaging/npm @@ -31,17 +31,14 @@ options: description: - The name of a node.js library to install requires: false - default: null path: description: - The base path where to install the node.js libraries required: false - default: null version: description: - The version to be installed required: false - default: null global: description: - Install the node.js library globally @@ -53,7 +50,6 @@ options: - The executable location for npm. - This is useful if you are using a version manager, such as nvm required: false - default: null production: description: - Install dependencies in production mode, excluding devDependencies