We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34f4613 commit 3df81efCopy full SHA for 3df81ef
.gitignore
@@ -9,3 +9,4 @@ build
9
tests/results
10
modules/relax
11
testbox
12
+coldbox
box.json
@@ -46,13 +46,16 @@
46
47
],
48
"dependencies":{
49
- "relax":"1.7"
+ "relax":"1.7",
50
+ "coldbox":"4.1.0+00002"
51
},
52
"devDependencies":{
-
53
+ "testbox":"2.0.0"
54
55
"installPaths":{
- "relax":"modules/relax"
56
+ "relax":"modules/relax",
57
+ "coldbox":"coldbox",
58
+ "testbox":"testbox"
59
60
"ignore":[
61
0 commit comments