From 5bc7cd5852c7a5e79d44ac7a9e8eca0addb6d611 Mon Sep 17 00:00:00 2001 From: pubkey Date: Mon, 6 Mar 2017 17:34:04 +0100 Subject: [PATCH] ADD timeperiod to educations --- src/person.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/person.js b/src/person.js index 48382d1..6519a4d 100755 --- a/src/person.js +++ b/src/person.js @@ -30,10 +30,12 @@ module.exports = { ], education: [{ degree: 'Master of Arts', + timeperiod: 'March 2012 - December 2013', description: 'Major in Hacking and Computer Penetration, University A, New York, USA.' }, { degree: 'Bachelor of Science', + timeperiod: 'March 2009 - December 2011', description: 'Major in Engineering, University B, Los Angeles, USA.' } ],