diff options
author | XhmikosR <xhmikosr@users.sourceforge.net> | 2014-02-11 19:05:17 +0200 |
---|---|---|
committer | XhmikosR <xhmikosr@users.sourceforge.net> | 2014-02-11 19:06:41 +0200 |
commit | a9ab37ac0ca1c5385834ddb7c3b3a2020f5043bc (patch) | |
tree | 8487311c9adc6c3cc06849ea4d83422e3da99b08 | |
parent | 0a7985a31018b34eaa700a6f63836868a262f3c8 (diff) |
Update dependencies.
-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" } } |