Skip to content

Commit 2616896

Browse files
committed
chore: Transfer cbauth to coldbox-modules namespace
1 parent dabc434 commit 2616896

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,14 +1,14 @@
11
{
22
"name":"cbauth",
33
"version":"3.0.2",
4-
"location":"elpete/cbauth#v3.0.2",
4+
"location":"coldbox-modules/cbauth#v3.0.2",
55
"author":[
66
"Eric Peterson",
77
"Mike Burt"
88
],
99
"repository":{
1010
"type":"git",
11-
"URL":"https://github.com/elpete/cbauth"
11+
"URL":"https://github.com/coldbox-modules/cbauth"
1212
},
1313
"slug":"cbauth",
1414
"shortDescription":"Helpers for authentication in ColdBox",
@@ -21,7 +21,7 @@
2121
"license":[
2222
{
2323
"type":"MIT",
24-
"URL":"https://raw.githubusercontent.com/elpete/cbauth/master/LICENSE"
24+
"URL":"https://raw.githubusercontent.com/coldbox-modules/cbauth/master/LICENSE"
2525
}
2626
],
2727
"dependencies":{
@@ -35,11 +35,11 @@
3535
"cbstorages":"modules/cbstorages/"
3636
},
3737
"scripts":{
38-
"postVersion":"package set location='elpete/cbauth#v`package version`'"
38+
"postVersion":"package set location='coldbox-modules/cbauth#v`package version`'"
3939
},
4040
"ignore":[
4141
"**/.*",
4242
"test",
4343
"tests"
4444
]
45-
}
45+
}

0 commit comments

Comments
 (0)