jmdobry / angular-cache

angular-cache is a very useful replacement for the Angular 1 $cacheFactory.
http://jmdobry.github.io/angular-cache
MIT License
1.39k stars 156 forks source link

bower.json "main" incorrectly (per spec) points to minified version #150

Closed pmowrer closed 9 years ago

pmowrer commented 9 years ago

Per https://github.com/bower/bower.json-spec#main, "main" should "not include minified files."

Updating this to conform to spec would be helpful for debugging in a dev environment. Bower dependencies are typically minified by developers themselves anyway.