|
1 | 1 | { |
2 | 2 | "name":"ColdBox Platform", |
3 | | - "version":"7.2.0", |
| 3 | + "version":"7.2.1", |
4 | 4 | "location": "https://downloads.ortussolutions.com/ortussolutions/coldbox/@build.version@/[email protected]@.zip", |
5 | 5 | "author": "Ortus Solutions <[email protected]>", |
6 | 6 | "slug":"coldbox", |
|
49 | 49 | }, |
50 | 50 | "scripts":{ |
51 | 51 | "release":"recipe build/release.boxr", |
52 | | - "tests": "task run build/Build.cfc runTests", |
53 | | - "tests:integration": "task run build/Build.cfc runTests integration", |
54 | | - "tests:mvc": "task run build/Build.cfc runTests mvc", |
55 | | - "tests:cachebox": "task run build/Build.cfc runTests cachebox", |
56 | | - "tests:logbox": "task run build/Build.cfc runTests logbox", |
57 | | - "tests:wirebox": "task run build/Build.cfc runTests wirebox", |
58 | | - "tests:core": "task run build/Build.cfc runTests core", |
59 | | - "tests:async": "task run build/Build.cfc runTests async", |
60 | | - "apidocs" : "task run build/Build.cfc buildDocs", |
61 | | - "build": "task run build/Build.cfc run :docs=false", |
| 52 | + "tests":"task run build/Build.cfc runTests", |
| 53 | + "tests:integration":"task run build/Build.cfc runTests integration", |
| 54 | + "tests:mvc":"task run build/Build.cfc runTests mvc", |
| 55 | + "tests:cachebox":"task run build/Build.cfc runTests cachebox", |
| 56 | + "tests:logbox":"task run build/Build.cfc runTests logbox", |
| 57 | + "tests:wirebox":"task run build/Build.cfc runTests wirebox", |
| 58 | + "tests:core":"task run build/Build.cfc runTests core", |
| 59 | + "tests:async":"task run build/Build.cfc runTests async", |
| 60 | + "apidocs":"task run build/Build.cfc buildDocs", |
| 61 | + "build":"task run build/Build.cfc run :docs=false", |
62 | 62 | "format":"cfformat run system/**/*.cfc,tests/specs/**/*.cfc --overwrite", |
63 | 63 | "format:watch":"cfformat watch system/**/*.cfc,tests/specs/**/*.cfc ./.cfformat.json", |
64 | 64 | "format:check":"cfformat check system/**/*.cfc,tests/specs/**/*.cfc ./.cfformat.json", |
|
0 commit comments