indrimuska / angular-selector

A native AngularJS directive that transform a simple <select> box into a full html select with typeahead.
http://indrimuska.github.io/angular-selector
MIT License
96 stars 36 forks source link

Update package.json for webpack #33

Closed andreialecu closed 8 years ago

andreialecu commented 8 years ago

"main" entry should point to the source file for bundlers like webpack to be able to properly find the code for this module.

indrimuska commented 8 years ago

Thank you @andreialecu!