From 7641196a6ff671753f15931f4d7458f41f21c1c4 Mon Sep 17 00:00:00 2001 From: Zongmin Lei Date: Wed, 12 Oct 2016 13:28:22 +0800 Subject: [PATCH] chore(npm): add "files" filed --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index a6d0773..ca06fd6 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,10 @@ "mocha": "^2.3.4", "uglify-js": "^2.6.1" }, + "files": [ + "lib", + "bin/xss" + ], "bin": { "xss": "./bin/xss" },