mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-02 23:54:28 -06:00
Merge branch 'development'
This commit is contained in:
commit
d27e70d99c
@ -13,6 +13,9 @@ Changes include:
|
|||||||
|
|
||||||
My intention is to continue development on this project, improving it and keeping it alive.
|
My intention is to continue development on this project, improving it and keeping it alive.
|
||||||
|
|
||||||
|
[](https://badge.fury.io/js/easymde)
|
||||||
|
[](https://travis-ci.org/Ionaru/easy-markdown-editor)
|
||||||
|
|
||||||
## Install EasyMDE
|
## Install EasyMDE
|
||||||
Via [npm](https://www.npmjs.com/package/easymde).
|
Via [npm](https://www.npmjs.com/package/easymde).
|
||||||
```
|
```
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "easymde",
|
"name": "easymde",
|
||||||
"version": "1.0.0",
|
"version": "2.0.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "easymde",
|
"name": "easymde",
|
||||||
"version": "1.0.0",
|
"version": "2.0.0",
|
||||||
"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.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"embeddable",
|
"embeddable",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user