From 51cd43a372feac52e7d24ef6fcfb65b6e7f3df89 Mon Sep 17 00:00:00 2001 From: ashnur Date: Sun, 6 Jul 2014 19:46:01 +0300 Subject: [PATCH] added files property to package.json to only include required files --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 7309772..16cb399 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,7 @@ "pattern": "adler32.js" } }, + "files": ["adler32.js", "LICENSE", "README.md"], "bugs": { "url": "https://github.com/SheetJS/js-adler32/issues" }, "license": "Apache-2.0", "engines": { "node": ">=0.8" } -- 2.34.1