Socket
Socket
Sign inDemoInstall

gulp-gh-pages

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-gh-pages - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

16

package.json
{
"name": "gulp-gh-pages",
"version": "0.3.3",
"version": "0.3.4",
"description": "Gulp plugin to publish to Github pages (gh-pages branch).",

@@ -26,9 +26,9 @@ "keywords": [

"dependencies": {
"through2": "*",
"gulp-util": "~2.2.14",
"gift": "~0.4.1",
"git-remote-origin-url": "~0.1.1",
"rimraf": "~2.2.6",
"when": "~3.1.0",
"lodash": "~2.4.1"
"through2": "^0.6.1",
"gulp-util": "^3.0.1",
"gift": "^0.4.1",
"git-remote-origin-url": "^1.0.0",
"rimraf": "^2.2.6",
"when": "^3.4.5",
"lodash": "^2.4.1"
},

@@ -35,0 +35,0 @@ "devDependencies": {

@@ -11,5 +11,18 @@ # gulp-gh-pages

First, install `gulp-gh-pages` as a development dependency
First you need to be sure you have a `gh-pages` branch.
If you don't have one, you can do the following:
```shell
git checkout --orphan gh-pages
git rm -rf .
touch README.md
git add README.md
git commit -m "Init gh-pages"
git push --set-upstream origin gh-pages
git checkout master
```
Install `gulp-gh-pages` as a development dependency
```shell
npm install --save-dev gulp-gh-pages

@@ -29,2 +42,8 @@ ```

Now, you should be able to call your task by doing
```shell
gulp deploy
```
## API

@@ -31,0 +50,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