Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Dec 13, 2019
1 parent 3bb4267 commit 3405ff7
Showing 1 changed file with 28 additions and 24 deletions.
52 changes: 28 additions & 24 deletions box.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,37 @@
{
"name" : "ColdBox Markdown",
"version" : "3.3.0",
"location" : "http://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbmarkdown/@build.version@/[email protected]@.zip",
"author" : "Ortus Solutions.com <[email protected]>",
"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@/[email protected]@.zip",
"author":"Ortus Solutions.com <[email protected]>",
"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"
}
}

0 comments on commit 3405ff7

Please sign in to comment.