asafdav / ng-clip

Copy to clipboard using AngularJS
MIT License
260 stars 71 forks source link

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

Closed pmowrer closed 9 years ago

pmowrer commented 9 years ago

Per https://github.com/bower/bower.json-spec, "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.