kupriyanenko / jbone

JavaScript Library for Events and DOM manipulation. Replaces jQuery for Backbone (2.5kb gzipped)
http://jbone.js.org
MIT License
279 stars 35 forks source link

Update bower.json #25

Closed mvasilkov closed 10 years ago

mvasilkov commented 10 years ago

Add "main", needed for some Bower functions like

$ bower list -p
{
  "jbone": "bower_components/jbone/dist/jbone.js"
}

This is useful for scripting.

kupriyanenko commented 10 years ago

@mvasilkov thanks.