From 4199a3aafc4fe6feef4b5bda35af23729915f6f2 Mon Sep 17 00:00:00 2001 From: Luc Date: Sun, 20 Jan 2019 14:58:30 +0800 Subject: [PATCH] add `files` to package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c1af485..8aac46e 100644 --- a/package.json +++ b/package.json @@ -12,5 +12,6 @@ "engines": { "node": ">=4.5.0" }, "keywords": [ "uploads", "forms", "multipart", "form-data" ], "licenses": [ { "type": "MIT", "url": "http://github.com/mscdex/busboy/raw/master/LICENSE" } ], - "repository" : { "type": "git", "url": "http://github.com/mscdex/busboy.git" } + "repository" : { "type": "git", "url": "http://github.com/mscdex/busboy.git" }, + "files": ["lib", "deps"] }