Skip to content

Commit 7fb8889

Browse files
committed
version bump
1 parent 7b76815 commit 7fb8889

File tree

1 file changed

+30
-24
lines changed

1 file changed

+30
-24
lines changed

box.json

Lines changed: 30 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,40 @@
11
{
2-
"name" : "ColdBox Security",
3-
"version" : "2.0.1",
4-
"location" : "https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbsecurity/@build.version@/[email protected]@.zip",
5-
"author" : "Ortus Solutions.com <[email protected]",
6-
"slug" : "cbsecurity",
7-
"type" : "modules",
8-
"homepage" : "https://github.com/ColdBox/cbsecurity",
9-
"documentation" : "https://coldbox-security.ortusbooks.com/",
10-
"repository" : { "type" : "git", "url" : "https://github.com/ColdBox/cbsecurity" },
11-
"shortDescription" : "This module provides a robust security engine for ColdBox applications.",
12-
"license" : [
13-
{ "type" : "Apache2", "url" : "http://www.apache.org/licenses/LICENSE-2.0.html" }
14-
],
15-
"contributors" : [
16-
"Brad Wood <[email protected]>",
17-
"Curt Gratz <[email protected]>"
18-
],
19-
"ignore":[
2+
"name":"ColdBox Security",
3+
"version":"2.1.0",
4+
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbsecurity/@build.version@/[email protected]@.zip",
5+
"author":"Ortus Solutions.com <[email protected]",
6+
"slug":"cbsecurity",
7+
"type":"modules",
8+
"homepage":"https://github.com/ColdBox/cbsecurity",
9+
"documentation":"https://coldbox-security.ortusbooks.com/",
10+
"repository":{
11+
"type":"git",
12+
"url":"https://github.com/ColdBox/cbsecurity"
13+
},
14+
"shortDescription":"This module provides a robust security engine for ColdBox applications.",
15+
"license":[
16+
{
17+
"type":"Apache2",
18+
"url":"http://www.apache.org/licenses/LICENSE-2.0.html"
19+
}
20+
],
21+
"contributors":[
22+
"Brad Wood <[email protected]>",
23+
"Curt Gratz <[email protected]>"
24+
],
25+
"ignore":[
2026
"**/.*",
2127
"tests",
2228
"*/.md"
23-
],
24-
"dependencies":{
29+
],
30+
"dependencies":{
2531
"jwt":"^1.1.0",
2632
"cbauth":"^3.0.0"
2733
},
2834
"scripts":{
29-
"toMaster":"recipe build/toMaster.boxr",
30-
"format": "cfformat handlers/**.cfc,interceptors/**.cfc,models/**.cfc --overwrite",
31-
"format:watch": "cfformat handlers/**.cfc,interceptors/**.cfc,models/**.cfc --watch",
32-
"format:check": "cfformat handlers/**.cfc,interceptors/**.cfc,models/**.cfc --check"
35+
"toMaster":"recipe build/toMaster.boxr",
36+
"format":"cfformat handlers/**.cfc,interceptors/**.cfc,models/**.cfc --overwrite",
37+
"format:watch":"cfformat handlers/**.cfc,interceptors/**.cfc,models/**.cfc --watch",
38+
"format:check":"cfformat handlers/**.cfc,interceptors/**.cfc,models/**.cfc --check"
3339
}
3440
}

0 commit comments

Comments
 (0)