Skip to content
This repository was archived by the owner on Jul 30, 2020. It is now read-only.

Commit d27e70d

Browse files
committed
Merge branch 'development'
2 parents 27f859b + 9a1752c commit d27e70d

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ Changes include:
1313

1414
My intention is to continue development on this project, improving it and keeping it alive.
1515

16+
[![npm version](https://badge.fury.io/js/easymde.svg)](https://badge.fury.io/js/easymde)
17+
[![Build Status](https://travis-ci.org/Ionaru/easy-markdown-editor.svg?branch=development)](https://travis-ci.org/Ionaru/easy-markdown-editor)
18+
1619
## Install EasyMDE
1720
Via [npm](https://www.npmjs.com/package/easymde).
1821
```

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "easymde",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "A simple, beautiful, and embeddable JavaScript Markdown editor that easy to use. Features include autosaving and spell checking.",
55
"keywords": [
66
"embeddable",

0 commit comments

Comments
 (0)