Skip to content

Commit c9fd1f1

Browse files
author
Dan Smith
committed
Bower: match repo name, don't commit packages
1 parent fa6521e commit c9fd1f1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,3 +153,4 @@ docs
153153
/ui/jquery.ui.datepicker.js
154154
/ui/jquery.ui.dialog.js
155155
/ui/jquery.ui.draggable.js
156+
/bower_components

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "jquery-ui-selectmenu",
2+
"name": "jquery-ui",
33
"description": "A fork of jQuery UI: legacy Selectmenu Widget by http://www.felixnagel.com",
44
"main": [
55
"ui/jquery.ui.selectmenu.js"
@@ -22,7 +22,7 @@
2222
"selectmenu"
2323
],
2424
"authors": [
25-
{ "name": "Felix Nagel", "email": "info@felixnagel.com" }
25+
"Felix Nagel <info@felixnagel.com>"
2626
],
2727
"homepage": "https://github.com/fnagel/jquery-ui",
2828
"repository": {

0 commit comments

Comments
 (0)