Add "main" to bower.json

Recommended to include this: https://github.com/bower/bower.json-spec#main

E.g. allows bower-rails users to `//= require jquery-ui` instead of `//= require jquery-ui/jquery-ui`.

jquery/jquery already does this: https://github.com/jquery/jquery/blob/master/bower.json#L4
This commit is contained in:
Henrik Nyh 2014-08-08 13:45:09 +02:00
parent d362fc958b
commit 19d0ed4d5b

View File

@ -1,5 +1,6 @@
{
"name": "jquery-ui",
"main": "jquery-ui",
"ignore": [
"**/.*",
"build",