mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
When we write into directory we use encodeURIComponent, but when we read, we did nothing. Now we use decodeURIComponent to read the correct version and match the correct cache directory.