buildbranch
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "buildbranch", | ||
"description": "Publish a folder to the given build branch (like gh-pages).", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"homepage": "https://github.com/nfroidure/buildbranch", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -19,3 +19,3 @@ # buildbranch | ||
```shell | ||
buildbranch gh-pages www | ||
buildbranch gh-pages www example.com | ||
``` | ||
@@ -22,0 +22,0 @@ |
@@ -6,2 +6,3 @@ #!/usr/bin/env node | ||
, dir = process.argv[3] | ||
, domain = process.argv[4] | ||
; | ||
@@ -12,2 +13,3 @@ | ||
folder: dir || 'www', | ||
domain: domain || '' | ||
}, function(err) { | ||
@@ -14,0 +16,0 @@ if(err) { |
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
7166
94