Skip to content

Commit 663f17e

Browse files
committed
version bump
1 parent b4b642a commit 663f17e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

box.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name":"JavaLoader",
33
"author":"Ortus Solutions.com <[email protected]>",
4-
"version":"2.1.0",
4+
"version":"2.2.0",
55
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbjavaloader/@build.version@/[email protected]@.zip",
66
"slug":"cbjavaloader",
77
"type":"modules",
@@ -25,24 +25,24 @@
2525
"ignore":[
2626
"**/.*",
2727
"test-harness",
28-
"/server*.json"
28+
"/server*.json"
2929
],
3030
"dependencies":{},
3131
"devDependencies":{
3232
"commandbox-dotenv":"*",
3333
"commandbox-cfconfig":"*",
3434
"commandbox-cfformat":"*"
35-
},
35+
},
3636
"installPaths":{},
37-
"testbox":{
37+
"testbox":{
3838
"runner":"http://localhost:60299/tests/runner.cfm"
3939
},
4040
"scripts":{
4141
"release":"recipe build/release.boxr",
4242
"format":"cfformat run models/,test-harness/**/*.cfc,ModuleConfig.cfc --overwrite",
4343
"format:watch":"cfformat watch models/,test-harness/**/*.cfc,ModuleConfig.cfc ./.cfformat.json",
4444
"format:check":"cfformat check models/,test-harness/**/*.cfc,ModuleConfig.cfc",
45-
"cfpm":"echo '\".engine/adobe2021/WEB-INF/cfusion/bin/cfpm.sh\"' | run",
45+
"cfpm":"echo '\".engine/adobe2021/WEB-INF/cfusion/bin/cfpm.sh\"' | run",
4646
"cfpm:install":"echo '\".engine/adobe2021/WEB-INF/cfusion/bin/cfpm.sh\" install ${1}' | run",
4747
"install:2021":"run-script cfpm:install zip,debugger"
4848
}

0 commit comments

Comments
 (0)