Closed kazekagegaara closed 8 years ago
looks good now, thanks :+1:
If you don’t mind, could you please change your commits to
chore(package): lodash
for package.jsonfix: require lodash/clone for smaller bundle size
to follow our commit conventions. Happy to help with it if you have any questions. Or if you’re busy I can also do it myself :)
@gr2m so, I do a git pull origin master
first. Then I do git commit --amend
and change the commit messages, and then I do a git push --force origin issue8
, correct?
Nopes. I need to do a rebase
. Trying to figure that out.
@gr2m I did a rebase
and changed the commit messages. Please review. I hope I did it correctly, this was my first rebase
. :-)
perfect, thank you!
Fix for issue8. Ran
npm install
andnpm test
after making the changes.