diff --git a/box.json b/box.json index 41057a6..a2a315c 100644 --- a/box.json +++ b/box.json @@ -1,33 +1,37 @@ { - "name" : "ColdBox Markdown", - "version" : "3.3.0", - "location" : "http://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbmarkdown/@build.version@/cbmarkdown-@build.version@.zip", - "author" : "Ortus Solutions.com ", - "slug" : "cbmarkdown", - "type" : "modules", - "homepage" : "https://github.com/coldbox-modules/cbmarkdown", - "documentation" : "https://github.com/coldbox-modules/cbmarkdown", - "repository" : { "type" : "git", "url" : "https://github.com/coldbox-modules/cbmarkdown" }, - "shortDescription" : "ColdBox Module that provides markdown processing", - "license" : [ - { "type" : "Apache2", "url" : "http://www.apache.org/licenses/LICENSE-2.0.html" } - ], - "contributors" : [ - - ], - "dependencies" :{ - "cbjavaloader":"^2.0.0", - "cbemoji":"^1.0.1" - }, + "name":"ColdBox Markdown", + "version":"3.4.0", + "location":"http://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbmarkdown/@build.version@/cbmarkdown-@build.version@.zip", + "author":"Ortus Solutions.com ", + "slug":"cbmarkdown", + "type":"modules", + "homepage":"https://github.com/coldbox-modules/cbmarkdown", + "documentation":"https://github.com/coldbox-modules/cbmarkdown", + "repository":{ + "type":"git", + "url":"https://github.com/coldbox-modules/cbmarkdown" + }, + "shortDescription":"ColdBox Module that provides markdown processing", + "license":[ + { + "type":"Apache2", + "url":"http://www.apache.org/licenses/LICENSE-2.0.html" + } + ], + "contributors":[], + "dependencies":{ + "cbjavaloader":"^2.0.0", + "cbemoji":"^1.0.1" + }, "ignore":[ "**/.*", "tests", "*/.md" ], "scripts":{ - "toMaster":"recipe build/toMaster.boxr", - "format": "cfformat ModuleConfig.cfc,models/**/*.cfc,test-harness/tests/specs/**/*.cfc --overwrite", - "format:watch": "cfformat ModuleConfig.cfc,models/**/*.cfc,test-harness/tests/specs/**/*.cfc --watch", - "format:check": "cfformat ModuleConfig.cfc,models/**/*.cfc,test-harness/tests/specs/**/*.cfc --check" + "toMaster":"recipe build/toMaster.boxr", + "format":"cfformat ModuleConfig.cfc,models/**/*.cfc,test-harness/tests/specs/**/*.cfc --overwrite", + "format:watch":"cfformat ModuleConfig.cfc,models/**/*.cfc,test-harness/tests/specs/**/*.cfc --watch", + "format:check":"cfformat ModuleConfig.cfc,models/**/*.cfc,test-harness/tests/specs/**/*.cfc --check" } } \ No newline at end of file