Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gh-pages

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gh-pages - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

bin/gh-pages

16

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc