Comparing version 2.0.1 to 2.1.0
@@ -45,2 +45,3 @@ #!/usr/bin/env node | ||
.option('-g, --tag <tag>', 'add tag to commit') | ||
.option('--git <git>', 'Path to git executable') | ||
.option('-t, --dotfiles', 'Include dotfiles') | ||
@@ -83,2 +84,3 @@ .option('-r, --repo <repo>', 'URL of the repository you are pushing to') | ||
tag: program.tag, | ||
git: program.git, | ||
dotfiles: !!program.dotfiles, | ||
@@ -85,0 +87,0 @@ add: !!program.add, |
@@ -0,1 +1,6 @@ | ||
## v2.1.0 | ||
* [#307](https://github.com/tschaub/gh-pages/pull/307) - Dev dependency updates ([@tschaub](https://github.com/tschaub)) | ||
* [#303](https://github.com/tschaub/gh-pages/pull/303) - Support '--git' CLI option ([@JRJurman](https://github.com/JRJurman)) | ||
## v2.0.1 | ||
@@ -2,0 +7,0 @@ |
{ | ||
"name": "gh-pages", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"description": "Publish to a gh-pages branch on GitHub (or any other branch on any other remote)", | ||
@@ -43,9 +43,9 @@ "keywords": [ | ||
"devDependencies": { | ||
"chai": "^4.1.2", | ||
"dir-compare": "^1.4.0", | ||
"eslint": "^5.5.0", | ||
"eslint-config-tschaub": "^12.0.1", | ||
"mocha": "^5.2.0", | ||
"sinon": "^6.2.0", | ||
"tmp": "^0.0.33" | ||
"chai": "^4.2.0", | ||
"dir-compare": "^1.7.3", | ||
"eslint": "^5.16.0", | ||
"eslint-config-tschaub": "^13.1.0", | ||
"mocha": "^6.1.4", | ||
"sinon": "^7.3.2", | ||
"tmp": "^0.1.0" | ||
}, | ||
@@ -52,0 +52,0 @@ "bin": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42268
717
9