From 993b0c37e51c72825c5a59d71627070ec1c0c525 Mon Sep 17 00:00:00 2001 From: Eric Peterson Date: Wed, 21 Jun 2017 12:13:57 -0600 Subject: [PATCH] 3.0.0 --- box.json | 118 +++++++++++++++++++++++++++---------------------------- 1 file changed, 59 insertions(+), 59 deletions(-) diff --git a/box.json b/box.json index 38c9d5c4..bd3c647d 100644 --- a/box.json +++ b/box.json @@ -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":{ + + } } \ No newline at end of file