From 1aff0916a387b21a6f7f1bddc97105f9c0a4f51e Mon Sep 17 00:00:00 2001 From: Zoltan Toth Date: Wed, 8 May 2019 18:41:52 -0400 Subject: [PATCH] Include only files in _lib_ folder in npm package --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index cd26f28..90bf1dc 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,9 @@ "version": "3.0.0", "description": "Responsive and accessible clamping component with Read more/Read less buttons built for React.", "main": "lib/index.js", + "files": [ + "lib/**/*" + ], "scripts": { "build": "webpack" },