Skip to content

Commit

Permalink
Update to depend upon showdown
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
SyntaxRules committed Mar 2, 2015
1 parent 76f8a2f commit 397092e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
"web": "https://github.com/showdownjs/prettify-extension"
},
"main": ["dist/showdown-prettify.js"],
"dependencies": {
"showdown": "^0.3.4"
},
"ignore": [
"src/",
"test/",
Expand Down

0 comments on commit 397092e

Please sign in to comment.