Skip to content

Commit 42969be

Browse files
committed
fix from bad merge
1 parent 02bed55 commit 42969be

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

box.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,15 @@
2626
"dependencies":{
2727
"coldbox":"be",
2828
"commandbox-migrations":"^5.0.0"
29-
"coldbox":"be",
30-
"commandbox-migrations":"^5.0.0"
3129
},
3230
"devDependencies":{
3331
"testbox":"^5.0.0+1",
3432
"commandbox-boxlang":"*",
35-
"commandbox-boxlang":"*",
3633
"commandbox-cfformat":"*",
3734
"commandbox-cfconfig":"*",
38-
"commandbox-cfconfig":"*",
3935
"commandbox-docbox":"*",
4036
"cbdebugger":"*",
4137
"route-visualizer":"*"
42-
"cbdebugger":"*",
43-
"route-visualizer":"*"
4438
},
4539
"installPaths":{
4640
"testbox":"testbox/",
@@ -61,7 +55,6 @@
6155
"format:watch":"cfformat watch config/**/*.cfc,modules_app/**/*.cfc,modules/contentbox/**/*.cfc,tests/**/*.cfc,Application.cfc ./.cfformat.json",
6256
"format:watch:core":"cfformat watch config/**/*.cfc,modules/contentbox/models/**/*.cfc,Application.cfc ./.cfformat.json",
6357
"format:check":"cfformat check config/**/*.cfc,modules_app/**/*.cfc,modules/contentbox/**/*.cfc,tests/**/*.cfc,Application.cfc ./.cfformat.json",
64-
"format:check":"cfformat check config/**/*.cfc,modules_app/**/*.cfc,modules/contentbox/**/*.cfc,tests/**/*.cfc,Application.cfc ./.cfformat.json",
6558
"contentbox:install":"install --force && cd modules/contentbox && install --force",
6659
"contentbox:migrate:create":"migrate create name=${1} manager=contentbox",
6760
"contentbox:migrate":"migrate up manager=contentbox",

0 commit comments

Comments
 (0)