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.0.1 to 0.1.0

9

index.js

@@ -8,3 +8,2 @@ 'use strict'

var fs = require('fs');
var util = require('./lib/util');
var git = require('./lib/git');

@@ -92,7 +91,7 @@ var os = require('os');

})
// .then(function (repo) {
// gutil.log(TAG + 'Pushing to remote.');
// return repo.push(origin);
// })
.then(function (repo) {
gutil.log(TAG + 'Pushing to remote.');
return repo.push(origin);
})
.then(function (repo) {
return callback();

@@ -99,0 +98,0 @@ }, function (err) {

{
"name": "gulp-gh-pages",
"version": "0.0.1",
"version": "0.1.0",
"description": "Gulp plugin to publish to Github pages (gh-pages branch).",

@@ -23,3 +23,3 @@ "keywords": [

"scripts": {
"test": "jasmine-node"
"test": "jasmine-node test/"
},

@@ -26,0 +26,0 @@ "dependencies": {

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