-
-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
178 additions
and
167 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name":"ColdBox Platform", | ||
"version":"7.2.0", | ||
"version":"7.2.1", | ||
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox/@build.version@/[email protected]@.zip", | ||
"author":"Ortus Solutions <[email protected]>", | ||
"slug":"coldbox", | ||
|
@@ -49,16 +49,16 @@ | |
}, | ||
"scripts":{ | ||
"release":"recipe build/release.boxr", | ||
"tests": "task run build/Build.cfc runTests", | ||
"tests:integration": "task run build/Build.cfc runTests integration", | ||
"tests:mvc": "task run build/Build.cfc runTests mvc", | ||
"tests:cachebox": "task run build/Build.cfc runTests cachebox", | ||
"tests:logbox": "task run build/Build.cfc runTests logbox", | ||
"tests:wirebox": "task run build/Build.cfc runTests wirebox", | ||
"tests:core": "task run build/Build.cfc runTests core", | ||
"tests:async": "task run build/Build.cfc runTests async", | ||
"apidocs" : "task run build/Build.cfc buildDocs", | ||
"build": "task run build/Build.cfc run :docs=false", | ||
"tests":"task run build/Build.cfc runTests", | ||
"tests:integration":"task run build/Build.cfc runTests integration", | ||
"tests:mvc":"task run build/Build.cfc runTests mvc", | ||
"tests:cachebox":"task run build/Build.cfc runTests cachebox", | ||
"tests:logbox":"task run build/Build.cfc runTests logbox", | ||
"tests:wirebox":"task run build/Build.cfc runTests wirebox", | ||
"tests:core":"task run build/Build.cfc runTests core", | ||
"tests:async":"task run build/Build.cfc runTests async", | ||
"apidocs":"task run build/Build.cfc buildDocs", | ||
"build":"task run build/Build.cfc run :docs=false", | ||
"format":"cfformat run system/**/*.cfc,tests/specs/**/*.cfc --overwrite", | ||
"format:watch":"cfformat watch system/**/*.cfc,tests/specs/**/*.cfc ./.cfformat.json", | ||
"format:check":"cfformat check system/**/*.cfc,tests/specs/**/*.cfc ./.cfformat.json", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.