update auto-release-sinon

This commit is contained in:
spalger 2015-07-27 18:17:54 -07:00
parent 7454e36265
commit 5705f1a5d1
2 changed files with 2 additions and 2 deletions

View file

@ -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",

View file

@ -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']
}
};
};