Only include necessary files in build package

pull/63/head
Jeroen Akkerman 5 years ago committed by Nathanaël Jourdane
parent d875d98b9c
commit bbe78803b0

@ -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",

Loading…
Cancel
Save