From 3b2dde768c239afd6caae16436aba40efa7672c0 Mon Sep 17 00:00:00 2001 From: Charles Cash Date: Wed, 28 Jan 2015 12:06:34 -0500 Subject: [PATCH] updates package.json to only include necessary files for npm fetch.js and LICENSE --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 32a198f..4c7ec4a 100644 --- a/package.json +++ b/package.json @@ -16,5 +16,9 @@ "mocha-phantomjs": "3.5.2", "mocha": "2.1.0", "phantomjs": "1.9.13" - } + }, + "files" : [ + "LICENSE", + "fetch.js" + ] } -- GitLab