Skip to content

Commit 770dc7a

Browse files
committed
update box.json
1 parent fd99932 commit 770dc7a

File tree

1 file changed

+19
-12
lines changed

1 file changed

+19
-12
lines changed

box.json

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"name":"CFWheels Example App",
3-
"version":"0.0.0",
3+
"version":"0.0.1",
44
"author":"Tom King",
5-
"location":"neokoenig/cfwheels-example-app#v0.0.0",
5+
"location":"cfwheels/cfwheels-example-app#v0.0.1",
66
"directory":"",
77
"createPackageDirectory":false,
88
"packageDirectory":"",
9-
"homepage":"https://github.com/neokoenig/cfwheels-example-app/",
10-
"documentation":"https://github.com/neokoenig/cfwheels-example-app/",
9+
"homepage":"https://github.com/cfwheels/cfwheels-example-app/",
10+
"documentation":"https://github.com/cfwheels/cfwheels-example-app/wiki/",
1111
"repository":{
1212
"type":"git",
13-
"URL":"https://github.com/neokoenig/cfwheels-example-app"
13+
"URL":"https://github.com/cfwheels/cfwheels-example-app"
1414
},
15-
"bugs":"https://github.com/neokoenig/cfwheels-example-app/issues",
16-
"slug":"cfwheels",
17-
"shortDescription":"CFWheels MVC Framework",
18-
"changelog":"https://github.com/neokoenig/cfwheels-example-app/CHANGELOG.md",
19-
"type":"mvc",
15+
"bugs":"https://github.com/cfwheels/cfwheels-example-app/issues",
16+
"slug":"cfwheels-example-app",
17+
"shortDescription":"A CFWheels 2.x example app with user management, role based permissions and password resets",
18+
"changelog":"https://github.com/cfwheels/cfwheels-example-app/CHANGELOG.md",
19+
"type":"projects",
2020
"keywords":[
2121
"mvc",
2222
"rails",
@@ -27,7 +27,7 @@
2727
"license":[
2828
{
2929
"type":"Apache License 2.0",
30-
"URL":"https://github.com/neokoenig/cfwheels-example-app/LICENSE"
30+
"URL":"https://github.com/cfwheels/cfwheels-example-app/LICENSE"
3131
}
3232
],
3333
"dependencies":{
@@ -39,5 +39,12 @@
3939
"cfwheels-flashmessages-bootstrap":"plugins/FlashMessagesBootstrap",
4040
"cfwheels-authenticateThis":"plugins/authenticateThis",
4141
"cfwheels-js-confirm":"plugins/jsconfirm"
42+
},
43+
"scripts":{
44+
"postVersion":"package set location='cfwheels/cfwheels-example-app#v`package version`'",
45+
"postPublish":"!git push --follow-tags",
46+
"patch-release":"bump --patch && publish",
47+
"minor-release":"bump --minor && publish",
48+
"major-release":"bump --major && publish"
4249
}
43-
}
50+
}

0 commit comments

Comments
 (0)