From 620f4d04aa2bb66ad9ecdd3616087306a9c0b443 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20C=C3=A9lio?= Date: Mon, 17 Aug 2020 18:22:13 -0300 Subject: [PATCH] fix: update files in package.json --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index abff11a..5f637b9 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,9 @@ "version": "0.0.0", "description": "A React component with hooks for Color Thief. Grab color palette from an image with javascript", "main": "lib/index.js", + "files": [ + "lib" + ], "author": "Jonathan CĂ©lio", "license": "ISC", "scripts": {