diff options
author | Thomas Park <thomas@thomaspark.me> | 2014-02-11 16:00:26 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2014-02-11 16:00:26 -0500 |
commit | 3e47ea915c72c282afdccd25ce78b0b0e6da6d8c (patch) | |
tree | 8487311c9adc6c3cc06849ea4d83422e3da99b08 /package.json | |
parent | 9db9d02be80bebcc34050982ea17e1a0514291e5 (diff) | |
parent | a9ab37ac0ca1c5385834ddb7c3b3a2020f5043bc (diff) |
Merge pull request #211 from XhmikosR/gh-pages
Minor tweaks
Diffstat (limited to 'package.json')
-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" } } |