|
1 | 1 | {
|
2 | 2 | "name":"BCrypt",
|
3 |
| - "version":"3.2.0", |
| 3 | + "version":"3.3.0", |
4 | 4 | "location": "https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/bcrypt/@build.version@/[email protected]@.zip",
|
5 | 5 | "author": "Ortus Solutions <[email protected]>",
|
6 | 6 | "homepage":"https://github.com/coldbox-modules/bcrypt",
|
|
31 | 31 | "/server*.json"
|
32 | 32 | ],
|
33 | 33 | "devDependencies":{
|
34 |
| - "commandbox-boxlang":"*", |
| 34 | + "commandbox-boxlang":"*", |
35 | 35 | "commandbox-cfformat":"*",
|
36 | 36 | "commandbox-docbox":"*"
|
37 | 37 | },
|
|
43 | 43 | },
|
44 | 44 | "scripts":{
|
45 | 45 | "build:module":"task run taskFile=build/Build.cfc :projectName=`package show slug` :version=`package show version`",
|
46 |
| - "build:docs":"task run taskFile=build/Build.cfc target=docs :projectName=`package show slug` :version=`package show version`", |
| 46 | + "build:docs":"task run taskFile=build/Build.cfc target=docs :projectName=`package show slug` :version=`package show version`", |
47 | 47 | "install:dependencies":"install && cd test-harness && install",
|
48 |
| - "release":"recipe build/release.boxr", |
| 48 | + "release":"recipe build/release.boxr", |
49 | 49 | "format":"cfformat run helpers,models,test-harness/tests/,ModuleConfig.cfc --overwrite",
|
50 | 50 | "format:watch":"cfformat watch helpers,models,test-harness/tests/,ModuleConfig.cfc ./.cfformat.json",
|
51 | 51 | "format:check":"cfformat check helpers,models,test-harness/tests/,ModuleConfig.cfc ./.cfformat.json",
|
52 |
| - "start:lucee" : "server start [email protected]", |
53 |
| - "start:2021" : "server start [email protected]", |
54 |
| - "stop:lucee" : "server stop [email protected]", |
55 |
| - "stop:2021" : "server stop [email protected]", |
56 |
| - "logs:lucee" : "server log [email protected] --follow", |
57 |
| - "logs:2021" : "server log [email protected] --follow" |
| 52 | + "start:lucee":"server start [email protected]", |
| 53 | + "start:2021":"server start [email protected]", |
| 54 | + "stop:lucee":"server stop [email protected]", |
| 55 | + "stop:2021":"server stop [email protected]", |
| 56 | + "logs:lucee":"server log [email protected] --follow", |
| 57 | + "logs:2021":"server log [email protected] --follow" |
58 | 58 | }
|
59 | 59 | }
|
0 commit comments