fix(bower.json): update bower.json main attribute to point to dist directory

This commit is contained in:
Estevão Soares dos Santos 2015-05-27 23:49:14 +01:00
parent 2b76b6473d
commit bc3a092f9d

View File

@ -4,14 +4,21 @@
"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"
"Pascal Deschênes (https://github.com/pdeschen)"
],
"main": ["src/showdown.js"],
"main": ["dist/showdown.js"],
"ignore": [
".editorconfig",
".gitattributes",
".gitignore",
".jscs.json",
".jshintignore",
".jshintrc",
"perlMarkdown/*"
".travis.yml",
"Gruntfile.js",
"package.json",
"src/*",
"test/*"
],
"repository": {
"type": "git",