From 43ae70c7c93e34b1284126eaa1ea37b773015db6 Mon Sep 17 00:00:00 2001 From: Mattia Roccoberton Date: Tue, 6 Oct 2020 22:36:40 +0200 Subject: [PATCH] Update NPM package files list --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 78f677f..fc80659 100644 --- a/package.json +++ b/package.json @@ -5,5 +5,9 @@ "author": "Mattia Roccoberton ", "license": "MIT", "homepage": "https://github.com/blocknotes/activeadmin_quill_editor", - "main": "index.js" + "main": "index.js", + "files": [ + "app/**/*", + "index.js" + ] }