mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Added missing deps to package.json
This commit is contained in:
parent
55ff825eec
commit
3d1b3a9f8e
1 changed files with 3 additions and 1 deletions
|
@ -19,7 +19,9 @@
|
|||
"istanbul": "~0.2.4",
|
||||
"load-grunt-config": "~0.7.0",
|
||||
"lodash": "~2.4.1",
|
||||
"mocha": "~1.17.1"
|
||||
"bluebird": "~1.2.4",
|
||||
"mocha": "~1.17.1",
|
||||
"event-stream": "~3.1.5"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "grunt test",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue