-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbox.json
More file actions
22 lines (22 loc) · 787 Bytes
/
box.json
File metadata and controls
22 lines (22 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name":"UpgradeAdvisor",
"version":"0.8.1",
"author":"Adam Chapman",
"location":"chapmandu/upgradeadvisor#v0.8.1",
"directory":"/plugins/",
"createPackageDirectory":true,
"packageDirectory":"upgradeadvisor",
"slug":"upgradeadvisor",
"type":"cfwheels-plugins",
"homepage":"https://github.com/chapmandu/UpgradeAdvisor",
"shortDescription":"CFWheels 2.x Upgrade Advisor",
"keywords":"upgrade cfwheels",
"private":false,
"scripts":{
"postVersion":"package set location='chapmandu/upgradeadvisor#v`package version`'",
"postPublish":"!git push --follow-tags",
"patch-release":"bump --patch && publish",
"minor-release":"bump --minor && publish",
"major-release":"bump --major && publish"
}
}