mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
fix(bower.json): update bower.json main attribute to point to dist directory
This commit is contained in:
parent
2b76b6473d
commit
bc3a092f9d
17
bower.json
17
bower.json
|
@ -4,14 +4,21 @@
|
||||||
"homepage": "https://github.com/showdownjs/showdown",
|
"homepage": "https://github.com/showdownjs/showdown",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Estevão Santos (https://github.com/tivie)",
|
"Estevão Santos (https://github.com/tivie)",
|
||||||
"Pascal Deschênes (https://github.com/pdeschen)",
|
"Pascal Deschênes (https://github.com/pdeschen)"
|
||||||
"Corey Innis (https://github.com/coreyti)",
|
|
||||||
"John Fraser"
|
|
||||||
],
|
],
|
||||||
"main": ["src/showdown.js"],
|
"main": ["dist/showdown.js"],
|
||||||
"ignore": [
|
"ignore": [
|
||||||
|
".editorconfig",
|
||||||
|
".gitattributes",
|
||||||
|
".gitignore",
|
||||||
|
".jscs.json",
|
||||||
|
".jshintignore",
|
||||||
".jshintrc",
|
".jshintrc",
|
||||||
"perlMarkdown/*"
|
".travis.yml",
|
||||||
|
"Gruntfile.js",
|
||||||
|
"package.json",
|
||||||
|
"src/*",
|
||||||
|
"test/*"
|
||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user