bitovi / jquerypp

jQuery's missing utils and special events
http://jquerypp.com
MIT License
1.21k stars 160 forks source link

Fix "main" in bower.json #117

Open isadovskiy opened 9 years ago

isadovskiy commented 9 years ago

Right now "main" attribute in bower.json points to can.jquety.js:

"main": "can.jquery.js"

It is actually correct? And shouldn't it point to index.js?