aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2014-12-18 16:11:31 +0100
committerMichał Gołębiowski <m.goleb@gmail.com>2014-12-18 16:11:31 +0100
commit8f2a9d9272d6ed7f32d3a484740ab342c02541e0 (patch)
treec8881d69a29ae2b5ffe75dd4ccfc2bd2bc57510f /package.json
parent998556fafb1725242104ef1acc02196265b3689a (diff)
downloadjquery-2.1.3.tar.gz
jquery-2.1.3.zip
2.1.32.1.3
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 37bd4330b..d977f13c3 100644
--- a/package.json
+++ b/package.json
@@ -2,12 +2,12 @@
"name": "jquery",
"title": "jQuery",
"description": "JavaScript library for DOM operations",
- "version": "2.1.3-pre",
+ "version": "2.1.3",
"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.3/AUTHORS.txt"
},
"repository": {
"type": "git",
@@ -25,7 +25,7 @@
"licenses": [
{
"type": "MIT",
- "url": "https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt"
+ "url": "https://github.com/jquery/jquery/blob/2.1.3/MIT-LICENSE.txt"
}
],
"dependencies": {},