From 95bebcf458128217bd90a9951aeb8306f7985b9b Mon Sep 17 00:00:00 2001 From: Suman Anand Date: Sat, 18 Apr 2020 13:34:28 +0800 Subject: [PATCH] package.json files --- package.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3806701..115d08d 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,14 @@ "scripts": { "build": "gulp build" }, + "files": [ + "dist", + "lib", + "src", + "index.js", + "webpack-gen-config.js", + "gulpfile.js" + ], "repository": { "type": "git", "url": "https://github.com/shellophobia/transform-image-js.git" @@ -23,7 +31,9 @@ "image", "compresssion", "using", - "javascript" + "javascript", + "resize", + "transform" ], "author": "Suman Anand", "license": "MIT",