Skip to content

Commit 5d3181d

Browse files
committed
Fix Bower component name
1 parent f8edb64 commit 5d3181d

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Shim [repository](https://github.com/components/jquery) for the [jQuery](http://
66
Package Managers
77
----------------
88

9-
* [Bower](http://bower.io/): `jquery`
9+
* [Bower](http://bower.io/): `components-jquery`
1010
* [Component](https://github.com/component/component): `components/jquery`
1111
* [Composer](http://packagist.org/packages/components/jquery): `components/jquery`
1212
* [spm](http://spmjs.io/package/jquery): `jquery`

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "jquery",
2+
"name": "components-jquery",
33
"version": "2.1.3",
44
"description": "jQuery component",
55
"keywords": [

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "jquery",
2+
"name": "components-jquery",
33
"description": "JavaScript library for DOM operations",
44
"version": "2.1.3",
55
"homepage": "http://jquery.com",
@@ -9,7 +9,7 @@
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/jquery/jquery.git"
12+
"url": "https://github.com/components/jquery.git"
1313
},
1414
"keywords": [
1515
"jquery",
@@ -30,4 +30,3 @@
3030
"main": "jquery.js"
3131
}
3232
}
33-

0 commit comments

Comments
 (0)