Closed ajyoon closed 8 years ago
Hey, thank you so much :) I'll take a look later!
It's worth mentioning that NPM is slightly behind master (by one commit I think?), and I originally worked on this code from NPM, so there may be some tiny regressions hiding here. I'm going to do a thorough look-over again as well to make sure that's not the case. The whitespace damage was so bad that the diff has trouble aligning things unfortunately.
One change I just caught which I forgot to mention:
I'm happy to revert this if you want.
Pinging @TimDaub - any update on this?
Hi,
first of all sorry for the huge delay. I added reviewing this to my calendar weeks ago. Must have missed the notification :(
Anyways,
I checked out the changes and also ran them on my machine. Works perfectly.
Thank you so much for fixing this!
Published new version on npm.
Fixes massive whitespace damage throughout the sources and adds some comments in
index.js
.Visible changes:
company
field with aposition
field of'Freelance Front-End Dev'
previously would have rendered something like "Freelance Front-End Dev at :", it now renders simply as "Freelance Front-End Dev:" The relevant modifications are inresume.template
at the (new version) lines169
and172
Cheers!