From bc3a092f9dca0b71987e31685d95ee7e15b93276 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Estev=C3=A3o=20Soares=20dos=20Santos?= Date: Wed, 27 May 2015 23:49:14 +0100 Subject: [PATCH] fix(bower.json): update bower.json main attribute to point to dist directory --- bower.json | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/bower.json b/bower.json index a1953aca..f6a6f228 100644 --- a/bower.json +++ b/bower.json @@ -3,24 +3,31 @@ "description": "A Markdown to HTML converter written in Javascript", "homepage": "https://github.com/showdownjs/showdown", "authors": [ - "Estevão Santos (https://github.com/tivie)", - "Pascal Deschênes (https://github.com/pdeschen)", - "Corey Innis (https://github.com/coreyti)", - "John Fraser" + "Estevão Santos (https://github.com/tivie)", + "Pascal Deschênes (https://github.com/pdeschen)" ], - "main": ["src/showdown.js"], + "main": ["dist/showdown.js"], "ignore": [ - ".jshintrc", - "perlMarkdown/*" + ".editorconfig", + ".gitattributes", + ".gitignore", + ".jscs.json", + ".jshintignore", + ".jshintrc", + ".travis.yml", + "Gruntfile.js", + "package.json", + "src/*", + "test/*" ], "repository": { - "type": "git", - "url": "https://github.com/showdownjs/showdown.git" + "type": "git", + "url": "https://github.com/showdownjs/showdown.git" }, "keywords": [ - "markdown", - "md", - "mdown" + "markdown", + "md", + "mdown" ], "license": "https://github.com/showdownjs/showdown/blob/master/license.txt" }