Skip to content

Commit

Permalink
chore(box.json): Update references to coldbox-modules repo
Browse files Browse the repository at this point in the history
  • Loading branch information
elpete committed Nov 22, 2017
1 parent e743833 commit 7eb1a31
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions box.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
"name":"qb",
"version":"5.0.0",
"author":"Eric Peterson",
"homepage":"https://github.com/elpete/qb",
"documentation":"https://github.com/elpete/qb",
"location":"elpete/qb#v5.0.0",
"homepage":"https://github.com/coldbox-modules/qb",
"documentation":"https://github.com/coldbox-modules/qb",
"location":"coldbox-modules/qb#v5.0.0",
"scripts":{
"generateAPIDocs":"docbox generate mapping=qb excludes=test|ModuleConfig strategy-outputDir=docs/apidocs strategy-projectTitle=qb",
"commitAPIDocs":"run-script generateAPIDocs && !git add docs/apidocs/* && !git commit -m 'Updated API Docs'",
"postVersion":"package set location='elpete/qb#v`package version`'",
"postVersion":"package set location='coldbox-modules/qb#v`package version`'",
"onRelease":"run-script commitAPIDocs && publish",
"postPublish":"!git push && !git push --tags"
},
"repository":{
"type":"git",
"URL":"https://github.com/elpete/qb"
"URL":"https://github.com/coldbox-modules/qb"
},
"bugs":"https://github.com/elpete/qb/issues",
"bugs":"https://github.com/coldbox-modules/qb/issues",
"slug":"qb",
"shortDescription":"A query builder for the rest of us",
"type":"modules",
Expand All @@ -26,11 +26,11 @@
"SQL"
],
"private":false,
"projectURL":"https://github.com/elpete/qb",
"projectURL":"https://github.com/coldbox-modules/qb",
"license":[
{
"type":"MIT",
"URL":"https://github.com/elpete/qb/LICENSE"
"URL":"https://github.com/coldbox-modules/qb/LICENSE"
}
],
"devDependencies":{
Expand Down

0 comments on commit 7eb1a31

Please sign in to comment.