jsonresume-theme-modern-extended
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -10,5 +10,5 @@ var fs = require('fs'); | ||
_.each(resumeObject.work, function(w){ | ||
w.startDateYear = w.startDate.substr(0,4); | ||
w.startDateYear = w.startDate.substr(0,7); | ||
if(w.endDate) { | ||
w.endDateYear = w.endDate.substr(0,4); | ||
w.endDateYear = w.endDate.substr(0,7); | ||
} else { | ||
@@ -15,0 +15,0 @@ w.endDateYear = 'Present' |
{ | ||
"name": "jsonresume-theme-modern-extended", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "jsonresume-theme-modern-extended =======================", | ||
@@ -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
252687