From 6a0e17a91b59700f025112116ad8903b08384106 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Tue, 19 May 2015 21:56:35 +0200 Subject: [PATCH] Rename license file --- LICENSE-MIT => LICENSE | 0 package.json | 5 ++--- 2 files changed, 2 insertions(+), 3 deletions(-) rename LICENSE-MIT => LICENSE (100%) diff --git a/LICENSE-MIT b/LICENSE similarity index 100% rename from LICENSE-MIT rename to LICENSE diff --git a/package.json b/package.json index 18a0cfdd7..5c1330ba6 100644 --- a/package.json +++ b/package.json @@ -22,8 +22,7 @@ ], "main": "lib/archiver.js", "files": [ - "lib", - "LICENSE-MIT" + "lib" ], "engines": { "node": ">= 0.10.0" @@ -61,4 +60,4 @@ "publishConfig": { "registry": "https://registry.npmjs.org/" } -} \ No newline at end of file +}