From db920b70d0888975d4459a914e640ef217c17a77 Mon Sep 17 00:00:00 2001 From: alexlamsl Date: Mon, 18 Apr 2016 02:20:03 +0800 Subject: [PATCH] exclude src/.eslintrc.json remove redundant LICENSE include --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8a19fe7..8a78110 100644 --- a/package.json +++ b/package.json @@ -79,9 +79,8 @@ "progress": "1.1.x" }, "files": [ - "src", + "src/*.js", "cli.js", - "sample-cli-config-file.conf", - "LICENSE" + "sample-cli-config-file.conf" ] } -- 2.34.1