From 12c8be4b0fe70cc2461b40e091e120715a75dec9 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 d0e448c..74b1e38 100755 --- a/generate-module.js +++ b/generate-module.js @@ -94,8 +94,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)))