diff --git a/package.json b/package.json index db6d28c..55e2fd8 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,11 @@ "name": "easymde", "version": "2.5.1", "description": "A simple, beautiful, and embeddable JavaScript Markdown editor that easy to use. Features include autosaving and spell checking.", + "files": [ + "dist/**/*", + "src/**/*", + "types/easymde.d.ts" + ], "keywords": [ "embeddable", "markdown",