From d698945fe587efd1dcfb4df651e2ea6e46493b60 Mon Sep 17 00:00:00 2001 From: nuintun Date: Mon, 23 Nov 2015 16:44:15 +0800 Subject: [PATCH] update files --- bin/app-configure.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/app-configure.js b/bin/app-configure.js index 735f8d5..947711e 100644 --- a/bin/app-configure.js +++ b/bin/app-configure.js @@ -75,7 +75,7 @@ function verifyConfigure(configure){ if (Array.isArray(project.command)) { if ( - project.command.every(function (command){ + !project.command.every(function (command){ return command.name && typeof command.name === 'string' && command.value && typeof command.value === 'string'; })