Remove old lib directories when updating from 1.12
Can you please rebase your PR and remove the two unneeded commits? We'd like to keep the commit history a bit more clean.
Well.. mostly because you're using the master branch. Please use a new branch when you work on a feature.
git rebase -i HEAD~3
will let you merge your previous commits. git push -f
will force push the rebased commits.