Skip to content
This repository was archived by the owner on Apr 28, 2026. It is now read-only.

Commit 86ab2ae

Browse files
committed
update package location
1 parent 26a3ab6 commit 86ab2ae

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Skips things like `rails server` which are provided by commandBox already.
55

66
## Install
77

8-
Simply run `install cfwheels-cli` from CommandBox to install the the latest release.
8+
Simply run `install cfwheels-cli` from CommandBox to install the latest release.
99

1010
## Commands
1111

box.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@
22
"name":"CFWheels CLI Commands",
33
"version":"0.8.0",
44
"author":"Tom King, Peter Amiri",
5-
"location":"neokoenig/cfwheels-cli#v0.8.0",
5+
"location":"cfwheels/cfwheels-cli#v0.8.0",
66
"directory":"",
77
"createPackageDirectory":true,
88
"packageDirectory":"cfwheels-cli",
9-
"homepage":"https://github.com/neokoenig/cfwheels-cli",
9+
"homepage":"https://github.com/cfwheels/cfwheels-cli",
1010
"documentation":"",
1111
"repository":{
1212
"type":"GIT",
13-
"URL":"https://github.com/neokoenig/cfwheels-cli"
13+
"URL":"https://github.com/cfwheels/cfwheels-cli"
1414
},
1515
"bugs":"",
1616
"slug":"cfwheels-cli",
17-
"shortDescription":"Highly Experimental CFWheels CLI Commands for CommandBox: use at your own risk",
17+
"shortDescription":"CFWheels CLI Commands for CommandBox",
1818
"description":"",
1919
"instructions":"Install via CommandBox by typing 'install cfwheels-cli'",
2020
"changelog":"",
2121
"type":"commandbox-modules",
2222
"keywords":"cfwheels,cli,commands",
2323
"private":false,
2424
"scripts":{
25-
"postVersion":"package set location='neokoenig/cfwheels-cli#v`package version`'",
25+
"postVersion":"package set location='cfwheels/cfwheels-cli#v`package version`'",
2626
"postPublish":"!git push --follow-tags",
2727
"patch-release":"bump --patch && publish",
2828
"minor-release":"bump --minor && publish",

0 commit comments

Comments
 (0)