diff options
-rw-r--r-- | package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 7d9e3611..80126164 100644 --- a/package.json +++ b/package.json @@ -13,11 +13,11 @@ "node": ">= 0.8.11" }, "devDependencies": { - "grunt": "~0.4.1", + "bower": "~1.2.8", + "grunt": "~0.4.2", + "grunt-contrib-clean": "~0.5.0", + "grunt-contrib-concat": "~0.3.0", "grunt-contrib-less": "~0.9.0", - "grunt-contrib-concat": "~0.1.3", - "grunt-contrib-clean": "~0.4.0", - "grunt-contrib-watch": "~0.5.1", - "bower": "~1.0.0" + "grunt-contrib-watch": "~0.5.1" } } |