Comparing version 1.91.2 to 1.91.3
@@ -72,3 +72,3 @@ "use strict"; | ||
"Cloning into '(.+)'...\nfatal: unable to access '(.+)': Could not resolve host: (.+)": GitError.HostDown, | ||
'Failed to merge in the changes.': GitError.RebaseConflicts, | ||
'Resolve all conflicts manually, mark them as resolved with': GitError.RebaseConflicts, | ||
'(Merge conflict|Automatic merge failed; fix conflicts and then commit the result)': GitError.MergeConflicts, | ||
@@ -75,0 +75,0 @@ "fatal: repository '(.+)' not found": GitError.HTTPSRepositoryNotFound, |
{ | ||
"name": "dugite", | ||
"version": "1.91.2", | ||
"version": "1.91.3", | ||
"description": "Elegant bindings for Git", | ||
@@ -5,0 +5,0 @@ "main": "./build/lib/index.js", |
Sorry, the diff of this file is not supported yet
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
52773