From 4b281ca5c7bae6ee24db186642c8ca233fa4b373 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 28 Feb 2014 14:00:00 -0500 Subject: [PATCH] Make the npm production parameter in the docs list the choices. --- library/packaging/npm | 1 + 1 file changed, 1 insertion(+) diff --git a/library/packaging/npm b/library/packaging/npm index 3a4cd13f5d..62179c373a 100644 --- a/library/packaging/npm +++ b/library/packaging/npm @@ -54,6 +54,7 @@ options: description: - Install dependencies in production mode, excluding devDependencies required: false + choices: [ "yes", "no" ] default: no state: description: