diff options
author | Josh Nichols | 2012-11-12 17:09:06 -0500 |
---|---|---|
committer | Josh Nichols | 2012-11-12 17:09:06 -0500 |
commit | 00c90a974a9d8e76d379d6c37fa5e7b266f11b93 (patch) | |
tree | 1380df2dd4833f7909911eecf5ee3cb507a2f87e /package.json | |
parent | 4c8938029db648d58b0e1e65e5fba70a8ff1d1ee (diff) |
Use grunt-contrib-mincss ~0.3.1
Was at ~0.3.2, but doesn't seem to have been released properly.
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 c491a9a..44289a2 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,6 @@ "mustache" : "~0.4.0" }, "devDependencies": { - "grunt-contrib-mincss": "~0.3.2" + "grunt-contrib-mincss": "~0.3.1" } } |