Skip to content

Commit 3df81ef

Browse files
committed
Added our missing dependencies
This site needs ColdBox and TestBox to run out of the box, so to speak.
1 parent 34f4613 commit 3df81ef

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
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: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,16 @@
4646

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":[
5861

0 commit comments

Comments
 (0)