Skip to content

Commit

Permalink
jQuery v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrohnstock committed Mar 17, 2017
1 parent 09a1658 commit bad7f6f
Show file tree
Hide file tree
Showing 10 changed files with 8,342 additions and 156 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery",
"version": "3.1.1",
"version": "3.2.0",
"description": "jQuery component",
"license": "MIT",
"keywords": [
Expand Down
9 changes: 6 additions & 3 deletions component.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jquery",
"repo": "components/jquery",
"version": "3.1.1",
"version": "3.2.0",
"description": "jQuery component",
"license": "MIT",
"keywords": [
Expand All @@ -11,9 +11,12 @@
"main": "jquery.js",
"scripts": [
"jquery.js",
"jquery.min.js"
"jquery.min.js",
"jquery.slim.js",
"jquery.slim.min.js"
],
"files": [
"jquery.min.map"
"jquery.min.map",
"jquery.slim.min.map"
]
}
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
},
"authors": [
{
"name": "John Resig",
"email": "jeresig@gmail.com"
"name": "JS Foundation and other contributors",
"url": "https://github.com/jquery/jquery/blob/master/AUTHORS.txt"
}
],
"extra": {
Expand All @@ -24,7 +24,10 @@
],
"files": [
"jquery.min.js",
"jquery.min.map"
"jquery.min.map",
"jquery.slim.js",
"jquery.slim.min.js",
"jquery.slim.min.map"
]
}
}
Expand Down
Loading

0 comments on commit bad7f6f

Please sign in to comment.