jsonresume-theme-modern-extended
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -17,2 +17,10 @@ var fs = require('fs'); | ||
}); | ||
_.each(resumeObject.volunteer, function(v){ | ||
v.startDateYear = v.startDate.substr(0,4); | ||
if(v.endDate) { | ||
v.endDateYear = v.endDate.substr(0,4); | ||
} else { | ||
v.endDateYear = 'Present' | ||
} | ||
}); | ||
_.each(resumeObject.education, function(e){ | ||
@@ -19,0 +27,0 @@ if( !e.area || !e.studyType ){ |
{ | ||
"name": "jsonresume-theme-modern-extended", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "jsonresume-theme-modern-extended =======================", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
252509
627