diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json index 30e2b4898..d69b9c370 100644 --- a/package.json +++ b/package.json @@ -26,10 +26,11 @@ ], "dependencies": {}, "devDependencies": { - "grunt": "0.3.7", + "grunt": "0.3.9", "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 +} |