aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorFelix Nagel <info@felixnagel.com>2013-03-19 19:59:31 +0100
committerFelix Nagel <info@felixnagel.com>2013-03-19 19:59:31 +0100
commit1ce8d87f8bee3b1ec8698e0e2b8ead726d0d4ca2 (patch)
tree77edf8d66ab74aa11b86c286ba2a528b4d3c36de /package.json
parent5a9a80f86cc7844e7357af834c61cc14431110d1 (diff)
parent1c1f7c6184ba6f6a13e93960ea77c293f9d4308e (diff)
downloadjquery-ui-1ce8d87f8bee3b1ec8698e0e2b8ead726d0d4ca2.tar.gz
jquery-ui-1ce8d87f8bee3b1ec8698e0e2b8ead726d0d4ca2.zip
Merge branch 'master' into selectmenu
Diffstat (limited to 'package.json')
-rw-r--r--package.json20
1 files changed, 12 insertions, 8 deletions
diff --git a/package.json b/package.json
index ae8b13dc8..93c45a9fc 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "jquery-ui",
"title": "jQuery UI",
"description": "A curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.",
- "version": "1.10.2pre",
+ "version": "1.10.3pre",
"homepage": "http://jqueryui.com",
"author": {
"name": "jQuery Foundation and other contributors",
@@ -53,13 +53,17 @@
],
"dependencies": {},
"devDependencies": {
- "grunt": "~0.3.17",
- "grunt-css": "0.2.0",
- "grunt-compare-size": "0.1.4",
- "grunt-html": "0.1.1",
- "grunt-junit": "0.1.5",
- "grunt-git-authors": "1.0.0",
- "rimraf": "2.0.1",
+ "grunt": "0.4.0",
+ "grunt-contrib-jshint": "0.1.1",
+ "grunt-contrib-uglify": "0.1.1",
+ "grunt-contrib-concat": "0.1.3",
+ "grunt-contrib-qunit": "0.2.0",
+ "grunt-contrib-csslint": "0.1.1",
+ "grunt-contrib-cssmin": "0.4.2",
+ "grunt-compare-size": "0.3.1",
+ "grunt-html": "0.3.3",
+ "grunt-git-authors": "1.2.0",
+ "rimraf": "2.1.4",
"testswarm": "1.0.0-alpha"
},
"keywords": []