Comparing version 0.2.0 to 0.3.0
{ | ||
"name": "gh-pages", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Publish to a gh-pages branch on GitHub (or any other branch on any other remote)", | ||
@@ -33,9 +33,10 @@ "keywords": [ | ||
"dependencies": { | ||
"async": "0.2.9", | ||
"commander": "~2.8.1", | ||
"glob": "~4.0.2", | ||
"graceful-fs": "2.0.1", | ||
"lodash": "~2.4.1", | ||
"q": "~1.0.1", | ||
"q-io": "~1.11.0", | ||
"graceful-fs": "2.0.1", | ||
"async": "0.2.9", | ||
"wrench": "1.5.1", | ||
"lodash": "~2.4.1", | ||
"glob": "~4.0.2" | ||
"wrench": "1.5.1" | ||
}, | ||
@@ -46,3 +47,6 @@ "devDependencies": { | ||
"chai": "~1.9.1" | ||
}, | ||
"bin": { | ||
"gh-pages": "bin/gh-pages" | ||
} | ||
} |
@@ -284,2 +284,20 @@ # gh-pages | ||
## Command Line Utility | ||
Installing the package creates a `gh-pages` command line utility. Run `gh-pages --help` to see a list of supported options. | ||
With a local install of `gh-pages`, you can set up a package script with something like the following: | ||
```shell | ||
"scripts": { | ||
"deploy": "gh-pages -d dist" | ||
} | ||
``` | ||
And then to publish everything from your `dist` folder to your `gh-pages` branch, you'd run this: | ||
```shell | ||
npm run deploy | ||
``` | ||
## Dependencies | ||
@@ -286,0 +304,0 @@ |
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
31457
13
307
8
+ Addedcommander@~2.8.1
+ Addedcommander@2.8.1(transitive)
+ Addedgraceful-readlink@1.0.1(transitive)