From 397092e327b8e13e37ae12e197386c781bba1b43 Mon Sep 17 00:00:00 2001 From: Devyn Stott Date: Mon, 2 Mar 2015 11:32:33 -0800 Subject: [PATCH] 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. --- bower.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bower.json b/bower.json index 3ce1773..822b97a 100644 --- a/bower.json +++ b/bower.json @@ -21,6 +21,9 @@ "web": "https://github.com/showdownjs/prettify-extension" }, "main": ["dist/showdown-prettify.js"], + "dependencies": { + "showdown": "^0.3.4" + }, "ignore": [ "src/", "test/",