aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorTimmy Willison <timmywillisn@gmail.com>2013-12-20 17:31:45 -0500
committerTimmy Willison <timmywillisn@gmail.com>2013-12-20 17:31:45 -0500
commitdfb03b41baa583ec79bd28c110278ce0268b4704 (patch)
tree23ea95cb3c3c8d6bd2a864274fc7e9e082450eab /package.json
parentf3062f96e04cd0ecfdbdcccfcd2733b06beca131 (diff)
downloadjquery-2.1.0-beta3.tar.gz
jquery-2.1.0-beta3.zip
Tagging the 2.1.0-beta3 release.2.1.0-beta3
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 3 insertions, 6 deletions
diff --git a/package.json b/package.json
index 8c0b1a9ae..f708516cd 100644
--- a/package.json
+++ b/package.json
@@ -2,12 +2,12 @@
"name": "jquery",
"title": "jQuery",
"description": "JavaScript library for DOM operations",
- "version": "2.1.0pre",
+ "version": "2.1.0-beta3",
"main": "dist/jquery.js",
"homepage": "http://jquery.com",
"author": {
"name": "jQuery Foundation and other contributors",
- "url": "https://github.com/jquery/jquery/blob/master/AUTHORS.txt"
+ "url": "https://github.com/jquery/jquery/blob/2.1.0-beta3/AUTHORS.txt"
},
"repository": {
"type": "git",
@@ -24,7 +24,7 @@
"licenses": [
{
"type": "MIT",
- "url": "https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt"
+ "url": "https://github.com/jquery/jquery/blob/2.1.0-beta3/MIT-LICENSE.txt"
}
],
"dependencies": {},
@@ -35,14 +35,11 @@
"load-grunt-tasks": "0.2.0",
"requirejs": "2.1.9",
"shelljs": "0.2.6",
-
"grunt": "0.4.2",
"grunt-cli": "0.1.11",
-
"grunt-contrib-jshint": "0.7.2",
"grunt-contrib-uglify": "0.2.7",
"grunt-contrib-watch": "0.5.3",
-
"grunt-bowercopy": "0.4.1",
"grunt-compare-size": "0.4.0",
"grunt-git-authors": "1.2.0",