Comparing version 0.1.1 to 0.2.0
@@ -62,3 +62,3 @@ var exec = require('child_process').exec; | ||
return execCmd( | ||
'git symbolic-ref --short HEAD', | ||
'git rev-parse --abbrev-ref HEAD', | ||
'problem getting current branch' | ||
@@ -70,3 +70,3 @@ ); | ||
return execCmd( | ||
'git reset --hard && git clean -fdx && git checkout ' + branch, | ||
'git checkout -f ' + branch, | ||
'problem resetting branch' | ||
@@ -73,0 +73,0 @@ ); |
{ | ||
"name": "push-dir", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"description": "Push a directory to a remote branch", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
35213
25
3