Add grunt as a dev dependency
This commit is contained in:
parent
0ac4d5b7db
commit
4778cb8e51
1 changed files with 2 additions and 1 deletions
|
@ -25,6 +25,7 @@
|
|||
"mustache" : "~0.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"grunt-contrib-mincss": "~0.3.1"
|
||||
"grunt-contrib-mincss": "~0.3.1",
|
||||
"grunt": "~0.3.17"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue