git-diff-apply
Advanced tools
Comparing version 0.15.7 to 0.16.0
{ | ||
"name": "git-diff-apply", | ||
"version": "0.15.7", | ||
"version": "0.16.0", | ||
"description": "Use an unrelated remote repository to apply a git diff", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -289,4 +289,5 @@ 'use strict'; | ||
module.exports.run = utils.run; | ||
module.exports.gitInit = gitInit; | ||
module.exports.gitStatus = gitStatus; | ||
module.exports.isGitClean = isGitClean; | ||
module.exports.gitRemoveAll = gitRemoveAll; |
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
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
16835
479