gitdiff-parser
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -171,3 +171,3 @@ /** | ||
currentHunk.changes.push(change); | ||
change.type && currentHunk.changes.push(change); | ||
} | ||
@@ -179,7 +179,2 @@ } | ||
// var len = source.length; | ||
// for (var i = 0; i < len; i++) { | ||
// source.charAt(i); | ||
// } | ||
return infos; | ||
@@ -186,0 +181,0 @@ } |
{ | ||
"name": "gitdiff-parser", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "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
2315175
170