Skip to content

Commit

Permalink
make XO happy
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Oct 17, 2016
1 parent 7c02cf4 commit 4ce73b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -28,6 +28,7 @@ Object.keys(ansiStyles).forEach(function (key) {
};
});

// eslint-disable-next-line func-names
var proto = defineProps(function chalk() {}, styles);

function build(_styles) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -56,7 +56,7 @@
"require-uncached": "^1.0.2",
"resolve-from": "^2.0.0",
"semver": "^5.1.0",
"xo": "*"
"xo": "^0.16.0"
},
"xo": {
"envs": [
Expand Down

0 comments on commit 4ce73b6

Please sign in to comment.