mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Added grunt-cli dev dependency
This commit is contained in:
parent
68b05ed194
commit
a49548f554
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@
|
|||
"mocha": "~1.17.1",
|
||||
"grunt-contrib-watch": "~0.5.3",
|
||||
"grunt-contrib-jade": "~0.10.0",
|
||||
"grunt-contrib-less": "~0.9.0"
|
||||
"grunt-contrib-less": "~0.9.0",
|
||||
"grunt-cli": "~0.1.13"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "grunt test",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue