add grunt dev dependency

This commit is contained in:
Manuel Araoz 2014-03-12 09:14:03 -03:00
parent a3fa5834a4
commit 485ef59402
1 changed files with 2 additions and 1 deletions

View File

@ -69,7 +69,8 @@
"chai": "~1.9.0",
"brfs": "~1.0.0",
"async": "~0.2.10",
"commander": "~2.1.0"
"commander": "~2.1.0",
"grunt": "~0.4.3"
},
"license": "MIT"
}