From d3773000efdf758c8e22df85004a5095548ed331 Mon Sep 17 00:00:00 2001 From: Tim Oxley Date: Thu, 9 Jan 2014 05:06:15 +0800 Subject: [PATCH] Update default license to ISC npmconf now provides ISC as the default init.license, init-package-json could probably follow suit, in the case that init.license becomes unset? https://github.com/npm/npmconf/commit/160aa090f16159e0639a1a26f4115ed0ccca90e4#diff-093e169a50df5b94ced78237e58e4cf5R247 --- default-input.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default-input.js b/default-input.js index d61a33d..5e44d53 100644 --- a/default-input.js +++ b/default-input.js @@ -178,4 +178,4 @@ if (!package.author) { exports.license = prompt('license', package.license || config.get('init.license') || - 'BSD-2-Clause') + 'ISC')