Skip to content

Commit 03d7d2a

Browse files
committed
Merge pull request #1 from foxling/master
update jQuery to 2.0.3
2 parents def509f + 19e7aec commit 03d7d2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jquery/Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = function(grunt) {
33

44
function repl(code, filename) {
55
var id = pkg.family + '/' + pkg.name + '/' + pkg.version + '/' + filename;
6-
code = code.replace(/&&\s*define\.amd\s*&&\s*define\.amd\.jQuery/, '');
6+
code = code.replace(/&&\s*define\.amd\s*/, '');
77
code = code.replace(/define\(\s*"jquery/, 'define("' + id);
88
code = code + '\n;$.noConflict();\n';
99
return code;

jquery/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "jquery",
33
"family": "jquery",
44
"description": "JavaScript library for DOM operations",
5-
"version": "1.9.1",
5+
"version": "2.0.3",
66
"package": "https://raw.github.com/jquery/jquery/master/package.json",
77
"homepage": "http://jquery.com",
88
"author": {

0 commit comments

Comments
 (0)