From 6fcc1e640699ba5e59e52fbae34330cb2d419ee8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20K=C3=B6string?= Date: Fri, 16 Oct 2015 10:42:17 +0200 Subject: [PATCH] Update bower.json --- bower.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 5ee17e7..96c59d1 100644 --- a/bower.json +++ b/bower.json @@ -6,13 +6,14 @@ "Wes Cossik " ], "description": "A simple, beautiful, and embeddable JavaScript markdown editor.", - "main": ["js/simplemd.js", "css/simplemd.css"], + "main": ["dist/simplemde.min.js", "dist/simplemde.min.css"], "moduleType": [ "globals" ], "keywords": [ "wysiwyg", "markdown", + "editor", "js" ], "license": "MIT",