Skip to content

Commit 3237ab0

Browse files
committed
Merge pull request #13 from AutoConX/missing-dependencies
Missing dependencies
2 parents 6b9033d + 50ed744 commit 3237ab0

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ build
99
tests/results
1010
modules/relax
1111
testbox
12+
coldbox

box.json

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name":"",
2+
"name":"ColdBox Debugger Sample Application",
33
"version":"1.0.0.0000",
44
"author":"",
55
"location":"",
@@ -13,14 +13,14 @@
1313
"url":""
1414
},
1515
"bugs":"",
16-
"slug":"",
16+
"slug":"cbdebugger-sample-app",
1717
"shortDescription":"",
1818
"description":"",
1919
"instructions":"",
2020
"changelog":"",
2121
"type":"",
2222
"keywords":[
23-
23+
2424
],
2525
"private":false,
2626
"engines":[
@@ -43,19 +43,22 @@
4343
}
4444
],
4545
"contributors":[
46-
46+
4747
],
4848
"dependencies":{
49-
"relax":"1.7"
49+
"relax":"1.7",
50+
"coldbox":"4.1.0+00002"
5051
},
5152
"devDependencies":{
52-
53+
"testbox":"2.0.0"
5354
},
5455
"installPaths":{
55-
"relax":"modules/relax"
56+
"relax":"modules/relax",
57+
"coldbox":"coldbox",
58+
"testbox":"testbox"
5659
},
5760
"ignore":[
58-
61+
5962
],
6063
"testbox":{
6164
"runner":[
@@ -64,7 +67,7 @@
6467
}
6568
],
6669
"labels":[
67-
70+
6871
],
6972
"reporter":"",
7073
"reporterResults":"",
@@ -76,14 +79,14 @@
7679
"recurse":true
7780
},
7881
"watchers":[
79-
82+
8083
],
8184
"notify":{
8285
"emails":[
83-
86+
8487
],
8588
"growl":"",
8689
"url":""
8790
}
8891
}
89-
}
92+
}

0 commit comments

Comments
 (0)