Skip to content

Commit

Permalink
chore: Use forgeboxStorage
Browse files Browse the repository at this point in the history
  • Loading branch information
elpete committed Feb 13, 2020
1 parent 48167bc commit 191c732
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions box.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
"author":"Eric Peterson",
"homepage":"https://github.com/coldbox-modules/qb",
"documentation":"https://github.com/coldbox-modules/qb",
"location":"coldbox-modules/qb#v7.3.8",
"location":"forgeboxStorage",
"scripts":{
"generateAPIDocs":"rm .tmp --recurse --force && docbox generate mapping=qb excludes=test|ModuleConfig strategy-outputDir=.tmp/apidocs strategy-projectTitle=qb",
"commitAPIDocs":"run-script generateAPIDocs && !git add docs/apidocs/* && !git commit -m 'Updated API Docs'",
"postVersion":"package set location='coldbox-modules/qb#v`package version`'",
"format":"cfformat run models/**/*.cfc,tests/resources/**/*.cfc,tests/specs/**/*.cfc --overwrite",
"format:check":"cfformat check models/**/*.cfc,tests/resources/**/*.cfc,tests/specs/**/*.cfc"
},
Expand Down

0 comments on commit 191c732

Please sign in to comment.