make XO happy

This commit is contained in:
Sindre Sorhus 2016-10-14 16:32:39 +07:00
parent 7c02cf45f8
commit 4ce73b632b
2 changed files with 2 additions and 1 deletions

View file

@ -28,6 +28,7 @@ Object.keys(ansiStyles).forEach(function (key) {
}; };
}); });
// eslint-disable-next-line func-names
var proto = defineProps(function chalk() {}, styles); var proto = defineProps(function chalk() {}, styles);
function build(_styles) { function build(_styles) {

View file

@ -56,7 +56,7 @@
"require-uncached": "^1.0.2", "require-uncached": "^1.0.2",
"resolve-from": "^2.0.0", "resolve-from": "^2.0.0",
"semver": "^5.1.0", "semver": "^5.1.0",
"xo": "*" "xo": "^0.16.0"
}, },
"xo": { "xo": {
"envs": [ "envs": [