From e0945b856a704b4280f5239794da46801c7d6cde Mon Sep 17 00:00:00 2001 From: Cornelius Wichering Date: Thu, 17 May 2018 22:13:27 +0200 Subject: [PATCH] Fixed main: simplemde.js -> easymde.js Looks like the file itself was renamed but the package.json wasn't updated accordingly --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b37f6e6..3fff6ac 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "javascript", "fontawesome" ], - "main": "./src/js/simplemde.js", + "main": "./src/js/easymde.js", "license": "MIT", "author": "Jeroen Akkerman", "bugs": {