Skip to content

Commit 2889097

Browse files
committed
Bump vesion
1 parent fc3fe2b commit 2889097

File tree

1 file changed

+52
-52
lines changed

1 file changed

+52
-52
lines changed

box.json

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,67 @@
11
{
2-
"name":"cbsso",
3-
"version":"1.0.0",
4-
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbsso/@build.version@/[email protected]@.zip",
5-
"author":"Ortus Solutions <[email protected]>",
6-
"homepage":"https://github.com/coldbox-modules/cbsso",
7-
"documentation":"https://github.com/coldbox-modules/cbsso",
8-
"repository":{
9-
"type":"git",
10-
"url":"https://github.com/coldbox-modules/cbsso"
2+
"name": "cbsso",
3+
"version": "1.0.1",
4+
"location": "https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbsso/@build.version@/[email protected]@.zip",
5+
"author": "Ortus Solutions <[email protected]>",
6+
"homepage": "https://github.com/coldbox-modules/cbsso",
7+
"documentation": "https://github.com/coldbox-modules/cbsso",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/coldbox-modules/cbsso"
1111
},
12-
"bugs":"https://github.com/coldbox-modules/cbsso",
13-
"shortDescription":"Description goes here",
14-
"slug":"cbsso",
15-
"type":"modules",
16-
"keywords":"",
17-
"license":[
12+
"bugs": "https://github.com/coldbox-modules/cbsso",
13+
"shortDescription": "Description goes here",
14+
"slug": "cbsso",
15+
"type": "modules",
16+
"keywords": "",
17+
"license": [
1818
{
19-
"type":"Apache2",
20-
"url":"http://www.apache.org/licenses/LICENSE-2.0.html"
19+
"type": "Apache2",
20+
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
2121
}
2222
],
23-
"contributors":[],
24-
"dependencies":{
25-
"hyper":"^7.2.1",
26-
"jwt-cfml":"^1.2.0",
27-
"cbjavaloader":"^2.1.1+8"
23+
"contributors": [ ],
24+
"dependencies": {
25+
"hyper": "^7.2.1",
26+
"jwt-cfml": "^1.2.0",
27+
"cbjavaloader": "^2.1.1+8"
2828
},
29-
"devDependencies":{
30-
"commandbox-cfformat":"*",
31-
"commandbox-docbox":"*",
32-
"commandbox-dotenv":"*",
33-
"commandbox-cfconfig":"*"
29+
"devDependencies": {
30+
"commandbox-cfformat": "*",
31+
"commandbox-docbox": "*",
32+
"commandbox-dotenv": "*",
33+
"commandbox-cfconfig": "*"
3434
},
35-
"ignore":[
35+
"ignore": [
3636
"**/.*",
3737
"test-harness",
3838
"/server*.json"
3939
],
40-
"scripts":{
41-
"setupTemplate":"task run taskFile=build/SetupTemplate.cfc",
42-
"build:module":"task run taskFile=build/Build.cfc :projectName=`package show slug` :version=`package show version`",
43-
"build:docs":"task run taskFile=build/Build.cfc target=docs :projectName=`package show slug` :version=`package show version`",
44-
"install:dependencies":"install && cd test-harness && install",
45-
"release":"recipe build/release.boxr",
46-
"format":"cfformat run helpers,models,test-harness/tests/,ModuleConfig.cfc --overwrite",
47-
"format:watch":"cfformat watch helpers,models,test-harness/tests/,ModuleConfig.cfc ./.cfformat.json",
48-
"format:check":"cfformat check helpers,models,test-harness/tests/,ModuleConfig.cfc ./.cfformat.json",
49-
"start:lucee":"server start [email protected]",
50-
"start:2018":"server start [email protected]",
51-
"start:2021":"server start [email protected]",
52-
"stop:lucee":"server stop [email protected]",
53-
"stop:2018":"server stop [email protected]",
54-
"stop:2021":"server stop [email protected]",
55-
"logs:lucee":"server log [email protected] --follow",
56-
"logs:2018":"server log [email protected] --follow",
57-
"logs:2021":"server log [email protected] --follow"
40+
"scripts": {
41+
"setupTemplate": "task run taskFile=build/SetupTemplate.cfc",
42+
"build:module": "task run taskFile=build/Build.cfc :projectName=`package show slug` :version=`package show version`",
43+
"build:docs": "task run taskFile=build/Build.cfc target=docs :projectName=`package show slug` :version=`package show version`",
44+
"install:dependencies": "install && cd test-harness && install",
45+
"release": "recipe build/release.boxr",
46+
"format": "cfformat run helpers,models,test-harness/tests/,ModuleConfig.cfc --overwrite",
47+
"format:watch": "cfformat watch helpers,models,test-harness/tests/,ModuleConfig.cfc ./.cfformat.json",
48+
"format:check": "cfformat check helpers,models,test-harness/tests/,ModuleConfig.cfc ./.cfformat.json",
49+
"start:lucee": "server start [email protected]",
50+
"start:2018": "server start [email protected]",
51+
"start:2021": "server start [email protected]",
52+
"stop:lucee": "server stop [email protected]",
53+
"stop:2018": "server stop [email protected]",
54+
"stop:2021": "server stop [email protected]",
55+
"logs:lucee": "server log [email protected] --follow",
56+
"logs:2018": "server log [email protected] --follow",
57+
"logs:2021": "server log [email protected] --follow"
5858
},
59-
"testbox":{
60-
"runner":"http://localhost:60299/tests/runner.cfm"
59+
"testbox": {
60+
"runner": "http://localhost:60299/tests/runner.cfm"
6161
},
62-
"installPaths":{
63-
"hyper":"modules/hyper/",
64-
"jwt-cfml":"modules/jwtcfml/",
65-
"cbjavaloader":"modules/cbjavaloader/"
62+
"installPaths": {
63+
"hyper": "modules/hyper/",
64+
"jwt-cfml": "modules/jwtcfml/",
65+
"cbjavaloader": "modules/cbjavaloader/"
6666
}
6767
}

0 commit comments

Comments
 (0)