From 233354426a83616d851f3212031bdf1295f94326 Mon Sep 17 00:00:00 2001 From: Maik Marschner Date: Fri, 16 Aug 2019 10:32:54 +0200 Subject: [PATCH] Rename license and notice file. Fixes #24 --- LICENSE => LICENSE.txt | 0 NOTICE => NOTICE.txt | 0 generate-module.js | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename LICENSE => LICENSE.txt (100%) rename NOTICE => NOTICE.txt (100%) diff --git a/LICENSE b/LICENSE.txt similarity index 100% rename from LICENSE rename to LICENSE.txt diff --git a/NOTICE b/NOTICE.txt similarity index 100% rename from NOTICE rename to NOTICE.txt diff --git a/generate-module.js b/generate-module.js index 1d2db4b..96d354f 100755 --- a/generate-module.js +++ b/generate-module.js @@ -97,8 +97,8 @@ const pick = require('lodash.pick') // copy other files ;[ 'README.md', - 'NOTICE', - 'LICENSE', + 'NOTICE.txt', + 'LICENSE.txt', '.npmignore' ].forEach((file) => fse.copySync(path.join(__dirname, file), path.join(__dirname, 'package', file)))