Skip to content

Commit 69e3812

Browse files
committed
jQuery v3.0.0
1 parent 7894add commit 69e3812

File tree

11 files changed

+1495
-1804
lines changed

11 files changed

+1495
-1804
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ jQuery Component
33

44
Shim [repository](https://github.com/components/jquery) for the [jQuery](http://jquery.com).
55

6+
If you're looking for jquery-migrate: It got it's [own repository](https://github.com/components/jquery-migrate) since jQuery v3.0.0.
7+
68
Package Managers
79
----------------
810

bower.json

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
{
2-
"name": "jquery",
3-
"version": "2.2.1",
4-
"description": "jQuery component",
5-
"keywords": [
6-
"jquery",
7-
"component"
8-
],
9-
"main": "jquery.js",
10-
"license": "MIT"
2+
"name": "jquery",
3+
"version": "3.0.0",
4+
"description": "jQuery component",
5+
"license": "MIT",
6+
"keywords": [
7+
"jquery",
8+
"component"
9+
],
10+
"main": "jquery.js",
11+
"ignore": [
12+
"component.json",
13+
"package.json",
14+
"composer.json"
15+
]
1116
}

component.json

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
{
2-
"name": "jquery",
3-
"repo": "components/jquery",
4-
"version": "2.2.1",
5-
"description": "jQuery component",
6-
"keywords": [
7-
"jquery",
8-
"component"
9-
],
10-
"main": "jquery.js",
11-
"scripts": [
12-
"jquery.js"
13-
],
14-
"license": "MIT"
2+
"name": "jquery",
3+
"repo": "components/jquery",
4+
"version": "3.0.0",
5+
"description": "jQuery component",
6+
"license": "MIT",
7+
"keywords": [
8+
"jquery",
9+
"component"
10+
],
11+
"main": "jquery.js",
12+
"scripts": [
13+
"jquery.js",
14+
"jquery.min.js"
15+
],
16+
"files": [
17+
"jquery.min.map"
18+
]
1519
}

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@
2424
],
2525
"files": [
2626
"jquery.min.js",
27-
"jquery.min.map",
28-
"jquery-migrate.js",
29-
"jquery-migrate.min.js"
27+
"jquery.min.map"
3028
]
3129
}
3230
}

0 commit comments

Comments
 (0)