Skip to content

Commit

Permalink
jQuery v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrohnstock committed Jun 14, 2016
1 parent 7894add commit 69e3812
Show file tree
Hide file tree
Showing 11 changed files with 1,495 additions and 1,804 deletions.
1 change: 0 additions & 1 deletion .gitignore

This file was deleted.

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ jQuery Component

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

If you're looking for jquery-migrate: It got it's [own repository](https://github.com/components/jquery-migrate) since jQuery v3.0.0.

Package Managers
----------------

Expand Down
23 changes: 14 additions & 9 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{
"name": "jquery",
"version": "2.2.1",
"description": "jQuery component",
"keywords": [
"jquery",
"component"
],
"main": "jquery.js",
"license": "MIT"
"name": "jquery",
"version": "3.0.0",
"description": "jQuery component",
"license": "MIT",
"keywords": [
"jquery",
"component"
],
"main": "jquery.js",
"ignore": [
"component.json",
"package.json",
"composer.json"
]
}
30 changes: 17 additions & 13 deletions component.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
{
"name": "jquery",
"repo": "components/jquery",
"version": "2.2.1",
"description": "jQuery component",
"keywords": [
"jquery",
"component"
],
"main": "jquery.js",
"scripts": [
"jquery.js"
],
"license": "MIT"
"name": "jquery",
"repo": "components/jquery",
"version": "3.0.0",
"description": "jQuery component",
"license": "MIT",
"keywords": [
"jquery",
"component"
],
"main": "jquery.js",
"scripts": [
"jquery.js",
"jquery.min.js"
],
"files": [
"jquery.min.map"
]
}
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@
],
"files": [
"jquery.min.js",
"jquery.min.map",
"jquery-migrate.js",
"jquery-migrate.min.js"
"jquery.min.map"
]
}
}
Expand Down
Loading

0 comments on commit 69e3812

Please sign in to comment.