Skip to content

Commit 3ebfa93

Browse files
committed
3.3.0
1 parent 9a7cc80 commit 3ebfa93

8 files changed

+18648
-4
lines changed

dist/jquery.js

Lines changed: 10364 additions & 0 deletions
Large diffs are not rendered by default.

dist/jquery.min.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery.min.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery.slim.js

Lines changed: 8269 additions & 0 deletions
Large diffs are not rendered by default.

dist/jquery.slim.min.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery.slim.min.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"name": "jquery",
33
"title": "jQuery",
44
"description": "JavaScript library for DOM operations",
5-
"version": "3.3.0-pre",
5+
"version": "3.3.0",
66
"main": "dist/jquery.js",
77
"homepage": "https://jquery.com",
88
"author": {
99
"name": "JS Foundation and other contributors",
10-
"url": "https://github.com/jquery/jquery/blob/master/AUTHORS.txt"
10+
"url": "https://github.com/jquery/jquery/blob/3.3.0/AUTHORS.txt"
1111
},
1212
"repository": {
1313
"type": "git",
@@ -23,7 +23,12 @@
2323
"url": "https://github.com/jquery/jquery/issues"
2424
},
2525
"license": "MIT",
26-
"dependencies": {},
26+
"dependencies": {
27+
"archiver": "1.3.0",
28+
"chalk": "1.1.3",
29+
"npm": "4.4.1",
30+
"shelljs": "0.7.7"
31+
},
2732
"devDependencies": {
2833
"babel-core": "7.0.0-beta.0",
2934
"babel-plugin-transform-es2015-for-of": "7.0.0-beta.0",

src/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ define( [
2727
"use strict";
2828

2929
var
30-
version = "@VERSION",
30+
version = "3.3.0",
3131

3232
// Define a local copy of jQuery
3333
jQuery = function( selector, context ) {

0 commit comments

Comments
 (0)