From a8306bf6170566d7c0f936b21cee48b78f1855c0 Mon Sep 17 00:00:00 2001 From: Jeroen Akkerman Date: Thu, 28 Feb 2019 14:58:54 +0100 Subject: [PATCH] Only include necessary files in build package --- package.json | 5 +++++ 1 file changed, 5 insertions(+) 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",