From a30d8f6183ff9cd075be511a1067daba49d0b855 Mon Sep 17 00:00:00 2001 From: Wes Cossick Date: Tue, 7 Jun 2016 21:27:04 -0500 Subject: [PATCH] Fix #326 --- bower.json | 44 +++++++++++++++++++++----------------------- 1 file changed, 21 insertions(+), 23 deletions(-) diff --git a/bower.json b/bower.json index d0502dd..88a1562 100644 --- a/bower.json +++ b/bower.json @@ -1,25 +1,23 @@ { - "name": "simplemde", - "version": "1.10.1", - "homepage": "https://github.com/NextStepWebs/simplemde-markdown-editor", - "authors": [ - "Wes Cossick" - ], - "description": "A simple, beautiful, and embeddable JavaScript Markdown editor.", - "main": ["dist/simplemde.min.js", "dist/simplemde.min.css"], - "moduleType": [ - "globals" - ], - "keywords": [ - "embeddable", - "markdown", - "editor", - "javascript", - "wysiwyg" - ], - "license": "MIT", - "ignore": [ - "node_modules", - "bower_components" - ] + "name": "simplemde", + "version": "1.10.1", + "homepage": "https://github.com/NextStepWebs/simplemde-markdown-editor", + "authors": [ + "Wes Cossick " + ], + "description": "A simple, beautiful, and embeddable JavaScript Markdown editor.", + "main": ["src/js/simplemde.js", "src/css/simplemde.css"], + "keywords": [ + "embeddable", + "markdown", + "editor", + "javascript", + "wysiwyg" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components" + ] }