Skip to content

Commit 397092e

Browse files
committed
Update to depend upon showdown
The showdown extensions should depend upon showdown in the bower.json file. This helps task automation tools order the plugins in the right order. These plugins should go after showdown is already defined.
1 parent 76f8a2f commit 397092e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

bower.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
"web": "https://github.com/showdownjs/prettify-extension"
2222
},
2323
"main": ["dist/showdown-prettify.js"],
24+
"dependencies": {
25+
"showdown": "^0.3.4"
26+
},
2427
"ignore": [
2528
"src/",
2629
"test/",

0 commit comments

Comments
 (0)