mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
update auto-release-sinon
This commit is contained in:
parent
7454e36265
commit
5705f1a5d1
2 changed files with 2 additions and 2 deletions
|
@ -110,7 +110,7 @@
|
|||
"zeroclipboard": "^2.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"auto-release-sinon": "^1.0.2",
|
||||
"auto-release-sinon": "^1.0.3",
|
||||
"expect.js": "^0.3.1",
|
||||
"faker": "^1.1.0",
|
||||
"grunt": "^0.4.5",
|
||||
|
|
|
@ -8,7 +8,7 @@ module.exports = function (grunt) {
|
|||
failOnError: false
|
||||
},
|
||||
cmd: './bin/kibana',
|
||||
args: ['--dev', '--no-watch', '--quiet', '--logging.json=false']
|
||||
args: ['--dev', '--no-watch', '--logging.json=false']
|
||||
}
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue