Skip to content

Commit

Permalink
fix(bower.json): update bower.json main attribute to point to dist di…
Browse files Browse the repository at this point in the history
…rectory
  • Loading branch information
tivie committed May 27, 2015
1 parent 2b76b64 commit bc3a092
Showing 1 changed file with 19 additions and 12 deletions.
31 changes: 19 additions & 12 deletions bower.json
Expand Up @@ -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"
}

0 comments on commit bc3a092

Please sign in to comment.