diff options
author | Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com> | 2012-04-12 13:32:11 -0400 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-04-12 20:01:40 +0200 |
commit | 9bf90c64f67e32931640200623cdd5a458a5f765 (patch) | |
tree | 4582c59f3a7ff8b910e70133c5c42d0c06e046a6 /package.json | |
parent | eaacf82526a6ba67a11a03f981201e1e4f271a5b (diff) | |
download | jquery-ui-9bf90c64f67e32931640200623cdd5a458a5f765.tar.gz jquery-ui-9bf90c64f67e32931640200623cdd5a458a5f765.zip |
Remove compare_size; defer to plugin.
Signed-off-by: Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index bb738c503..cc43b3059 100644 --- a/package.json +++ b/package.json @@ -28,8 +28,9 @@ "devDependencies": { "grunt": "0.3.7", "grunt-css": "0.1.1", + "grunt-compare-size": "0.1.1", "request": "2.9.153", "rimraf": "2.0.1" }, "keywords": [] -}
\ No newline at end of file +} |