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

grunt-gh-deploy

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-gh-deploy - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

6

Gruntfile.js

@@ -79,5 +79,5 @@ /*

grunt.registerTask('test', [
'clean',
'prepare',
'ghDeploy',
'clean',
'prepare',
'ghDeploy',
'nodeunit',

@@ -84,0 +84,0 @@ 'clean'

{
"name": "grunt-gh-deploy",
"description": "Grunt plugin for easy deployment to Github gh-pages branch.",
"version": "0.1.1",
"version": "0.1.2",
"homepage": "https://github.com/dfsq/grunt-gh-deploy",

@@ -6,0 +6,0 @@ "author": {

@@ -57,4 +57,5 @@ /*

'git checkout ' + options.branch,
'find -not -path "./.git/*" -not -name ".git" -delete',
'ls | grep -v .git | xargs rm -rf',
'cp -r ../../../' + options.deployPath + '/* ./',

@@ -61,0 +62,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