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" + ] }