|
1 | 1 | {
|
2 | 2 | "name":"ColdBox Validation",
|
3 | 3 | "author": "Ortus Solutions <[email protected]>",
|
4 |
| - "version":"4.2.0", |
| 4 | + "version":"4.3.0", |
5 | 5 | "location": "https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbvalidation/@build.version@/[email protected]@.zip",
|
6 | 6 | "slug":"cbvalidation",
|
7 | 7 | "type":"modules",
|
|
47 | 47 | "format:watch":"cfformat watch helpers,interfaces,models,test-harness/tests/,ModuleConfig.cfc ./.cfformat.json",
|
48 | 48 | "format:check":"cfformat check helpers,interfaces,models,test-harness/tests/,ModuleConfig.cfc ./.cfformat.json",
|
49 | 49 | "install:dependencies":"install && cd test-harness && install",
|
50 |
| - "start:lucee" : "server start [email protected]", |
51 |
| - "start:2018" : "server start [email protected]", |
52 |
| - "start:2021" : "server start [email protected]", |
53 |
| - "stop:lucee" : "server stop [email protected]", |
54 |
| - "stop:2018" : "server stop [email protected]", |
55 |
| - "stop:2021" : "server stop [email protected]", |
56 |
| - "logs:lucee" : "server log [email protected] --follow", |
57 |
| - "logs:2018" : "server log [email protected] --follow", |
58 |
| - "logs:2021" : "server log [email protected] --follow" |
| 50 | + "start:lucee":"server start [email protected]", |
| 51 | + "start:2018":"server start [email protected]", |
| 52 | + "start:2021":"server start [email protected]", |
| 53 | + "stop:lucee":"server stop [email protected]", |
| 54 | + "stop:2018":"server stop [email protected]", |
| 55 | + "stop:2021":"server stop [email protected]", |
| 56 | + "logs:lucee":"server log [email protected] --follow", |
| 57 | + "logs:2018":"server log [email protected] --follow", |
| 58 | + "logs:2021":"server log [email protected] --follow" |
59 | 59 | },
|
60 | 60 | "installPaths":{
|
61 | 61 | "cbi18n":"modules/cbi18n/"
|
|
0 commit comments