From 29064298c2fe7b6b1917433e28e97d8ff4b4d83c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Wadas?= Date: Sun, 14 Jan 2018 02:22:03 +0100 Subject: [PATCH] Reduced npm package size by excluding tests, bower and CI files --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 244654a..90891c8 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,10 @@ "scripts": { "test": "cake build test" }, + "files": [ + "lib/", + "ipaddr.min.js" + ], "keywords": ["ip", "ipv4", "ipv6"], "repository": "git://github.com/whitequark/ipaddr.js", "main": "./lib/ipaddr.js",