diff options
author | Scott González <scott.gonzalez@gmail.com> | 2016-02-09 13:52:21 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2016-02-09 14:18:12 -0500 |
commit | d8f09b0da16efb320eb629223c12db44642d04aa (patch) | |
tree | 93a558d6a1fadc4c4ba0b91de0f0b1ca3d6cc2cc /package.json | |
parent | 63c103dd540897c9df0c064da36e5cf40b824518 (diff) | |
download | jquery-ui-d8f09b0da16efb320eb629223c12db44642d04aa.tar.gz jquery-ui-d8f09b0da16efb320eb629223c12db44642d04aa.zip |
Build: Upgrade grunt to 0.4.5
Ref gh-1670
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index aabad2751..39e61bcfb 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "dependencies": {}, "devDependencies": { "commitplease": "2.0.0", - "grunt": "0.4.2", + "grunt": "0.4.5", "grunt-bowercopy": "1.1.0", "grunt-compare-size": "0.4.0", "grunt-contrib-concat": "0.5.1", |