Comparing version 0.1.5 to 0.1.6
@@ -64,3 +64,3 @@ var fs = require('fs'); | ||
{ | ||
excludeFilters.push(process.argv[index]); | ||
excludeFilters.push(process.argv[index].toLowerCase()); | ||
index++; | ||
@@ -67,0 +67,0 @@ } |
@@ -27,2 +27,3 @@ var stream = require('stream'); | ||
{ | ||
buff = buff.toLowerCase(); | ||
buff = buff + os.EOL; | ||
@@ -38,3 +39,3 @@ if (this._excludeFilters) | ||
if (bInclude) | ||
this.push(buff.toLowerCase()); | ||
this.push(buff); | ||
} | ||
@@ -41,0 +42,0 @@ } |
{ | ||
"name": "heatmap-p4", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Heat map for P4 changes", | ||
@@ -15,3 +15,3 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "https://github.com/saquibkhan/HeatMapP4.git#v0.1.5" | ||
"url": "https://github.com/saquibkhan/HeatMapP4.git#v0.1.6" | ||
}, | ||
@@ -18,0 +18,0 @@ "keywords": [ |
@@ -8,3 +8,3 @@ HeatMapP4 | ||
####Legends | ||
1. Block size specifies the number of changelists, larger the area means ,ore changes done | ||
1. Block size specifies the number of changelists, larger the area means ,more changes done | ||
2. Color goes from red to green depending on tha last change date, if changed recently then block will be shown as red | ||
@@ -11,0 +11,0 @@ 3. Each block can represent a file or folder based on depth chosen |
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
67235
811