From e89732502d7393b3438bc28e5afbba4b816c5097 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Tue, 29 Sep 2015 14:11:08 +0200 Subject: [PATCH] Add files in package.json --- LICENSE-MIT.txt => LICENSE.txt | 0 package.json | 1 + 2 files changed, 1 insertion(+) rename LICENSE-MIT.txt => LICENSE.txt (100%) diff --git a/LICENSE-MIT.txt b/LICENSE.txt similarity index 100% rename from LICENSE-MIT.txt rename to LICENSE.txt diff --git a/package.json b/package.json index 305a2fc..635ee4f 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "url": "https://github.com/mathiasbynens/jquery-placeholder/issues" }, "main": "jquery.placeholder.js", + "files": [ "jquery.placeholder.js" ], "directories": { "test": "tests" },