Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elpete committed Jun 21, 2017
1 parent 73f16d2 commit 993b0c3
Showing 1 changed file with 59 additions and 59 deletions.
118 changes: 59 additions & 59 deletions box.json
Original file line number Diff line number Diff line change
@@ -1,60 +1,60 @@
{
"name":"qb",
"version":"2.1.0",
"author":"Eric Peterson",
"homepage":"https://github.com/elpete/qb",
"documentation":"https://github.com/elpete/qb",
"location":"elpete/qb#v2.1.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`'",
"onRelease":"run-script commitAPIDocs && publish",
"postPublish":"!git push && !git push --tags"
},
"repository":{
"type":"git",
"URL":"https://github.com/elpete/qb"
},
"bugs":"https://github.com/elpete/qb/issues",
"slug":"qb",
"shortDescription":"A query builder for the rest of us.",
"type":"modules",
"keywords":[
"ORM",
"query",
"SQL"
],
"private":false,
"projectURL":"https://github.com/elpete/qb",
"license":[
{
"type":"MIT",
"URL":"https://github.com/elpete/qb/LICENSE"
}
],
"devDependencies":{
"testbox":"2.3.0+00044"
},
"installPaths":{
"testbox":"testbox"
},
"ignore":[
"**/.*",
"test",
"tests",
"node_modules",
"docs/**/*.*",
"gulpfile.js",
"package.json",
"*.sublime-project",
"server.json",
"yarn.lock"
],
"testbox":{
"runner":"http://localhost:7777/tests/runner.cfm"
},
"dependencies":{

}
{
"name":"qb",
"version":"3.0.0",
"author":"Eric Peterson",
"homepage":"https://github.com/elpete/qb",
"documentation":"https://github.com/elpete/qb",
"location":"elpete/qb#v3.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`'",
"onRelease":"run-script commitAPIDocs && publish",
"postPublish":"!git push && !git push --tags"
},
"repository":{
"type":"git",
"URL":"https://github.com/elpete/qb"
},
"bugs":"https://github.com/elpete/qb/issues",
"slug":"qb",
"shortDescription":"A query builder for the rest of us.",
"type":"modules",
"keywords":[
"ORM",
"query",
"SQL"
],
"private":false,
"projectURL":"https://github.com/elpete/qb",
"license":[
{
"type":"MIT",
"URL":"https://github.com/elpete/qb/LICENSE"
}
],
"devDependencies":{
"testbox":"2.3.0+00044"
},
"installPaths":{
"testbox":"testbox"
},
"ignore":[
"**/.*",
"test",
"tests",
"node_modules",
"docs/**/*.*",
"gulpfile.js",
"package.json",
"*.sublime-project",
"server.json",
"yarn.lock"
],
"testbox":{
"runner":"http://localhost:7777/tests/runner.cfm"
},
"dependencies":{

}
}

0 comments on commit 993b0c3

Please sign in to comment.