-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
box.json
31 lines (31 loc) · 1.02 KB
/
box.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name":"Wheels CLI Commands",
"version":"3.0.19",
"author":"Tom King, Peter Amiri",
"location":"cfwheels/wheels-cli#v3.0.19",
"directory":"",
"createPackageDirectory":true,
"packageDirectory":"wheels-cli",
"homepage":"https://github.com/cfwheels/wheels-cli",
"documentation":"",
"repository":{
"type":"GIT",
"URL":"https://github.com/cfwheels/wheels-cli"
},
"bugs":"",
"slug":"wheels-cli",
"shortDescription":"Wheels.dev CLI Commands",
"description":"",
"instructions":"Install via CommandBox by typing 'install wheels-cli'",
"changelog":"",
"type":"commandbox-modules",
"keywords":"wheels.dev,wheels,cli,commands",
"private":false,
"scripts":{
"postVersion":"package set location='cfwheels/wheels-cli#v`package version`'",
"postPublish":"!git push --follow-tags",
"patch-release":"bump --patch && publish",
"minor-release":"bump --minor && publish",
"major-release":"bump --major && publish"
}
}