2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-03 08:04:29 -06:00

Only include necessary files in build package

This commit is contained in:
Jeroen Akkerman 2019-02-28 14:58:54 +01:00
parent 99f303229b
commit a8306bf617

View File

@ -2,6 +2,11 @@
"name": "easymde", "name": "easymde",
"version": "2.5.1", "version": "2.5.1",
"description": "A simple, beautiful, and embeddable JavaScript Markdown editor that easy to use. Features include autosaving and spell checking.", "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": [ "keywords": [
"embeddable", "embeddable",
"markdown", "markdown",