|
2 | 2 | "name":"CFWheels CLI Commands", |
3 | 3 | "version":"0.8.0", |
4 | 4 | "author":"Tom King, Peter Amiri", |
5 | | - "location":"neokoenig/cfwheels-cli#v0.8.0", |
| 5 | + "location":"cfwheels/cfwheels-cli#v0.8.0", |
6 | 6 | "directory":"", |
7 | 7 | "createPackageDirectory":true, |
8 | 8 | "packageDirectory":"cfwheels-cli", |
9 | | - "homepage":"https://github.com/neokoenig/cfwheels-cli", |
| 9 | + "homepage":"https://github.com/cfwheels/cfwheels-cli", |
10 | 10 | "documentation":"", |
11 | 11 | "repository":{ |
12 | 12 | "type":"GIT", |
13 | | - "URL":"https://github.com/neokoenig/cfwheels-cli" |
| 13 | + "URL":"https://github.com/cfwheels/cfwheels-cli" |
14 | 14 | }, |
15 | 15 | "bugs":"", |
16 | 16 | "slug":"cfwheels-cli", |
17 | | - "shortDescription":"Highly Experimental CFWheels CLI Commands for CommandBox: use at your own risk", |
| 17 | + "shortDescription":"CFWheels CLI Commands for CommandBox", |
18 | 18 | "description":"", |
19 | 19 | "instructions":"Install via CommandBox by typing 'install cfwheels-cli'", |
20 | 20 | "changelog":"", |
21 | 21 | "type":"commandbox-modules", |
22 | 22 | "keywords":"cfwheels,cli,commands", |
23 | 23 | "private":false, |
24 | 24 | "scripts":{ |
25 | | - "postVersion":"package set location='neokoenig/cfwheels-cli#v`package version`'", |
| 25 | + "postVersion":"package set location='cfwheels/cfwheels-cli#v`package version`'", |
26 | 26 | "postPublish":"!git push --follow-tags", |
27 | 27 | "patch-release":"bump --patch && publish", |
28 | 28 | "minor-release":"bump --minor && publish", |
|
0 commit comments