diff options
author | Scott González <scott.gonzalez@gmail.com> | 2016-02-09 14:11:53 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2016-02-09 14:18:44 -0500 |
commit | bdd4a279572fbaf5564963a10c79c87b2a2014ad (patch) | |
tree | 07ac21a177c456ad2964c96a9a08e6fbe9c22704 /package.json | |
parent | 34b93bb7a89550c3f7ac6a6133f7d08d6811a79f (diff) | |
download | jquery-ui-bdd4a279572fbaf5564963a10c79c87b2a2014ad.tar.gz jquery-ui-bdd4a279572fbaf5564963a10c79c87b2a2014ad.zip |
Build: Upgrade rimraf to 2.5.1
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 c9998eb0c..fdecd814d 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "grunt-html": "6.0.0", "grunt-jscs": "2.1.0", "load-grunt-tasks": "3.4.0", - "rimraf": "2.1.4", + "rimraf": "2.5.1", "testswarm": "1.1.0" }, "keywords": [] |