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",