Skip to content

Commit

Permalink
Upgrade xo
Browse files Browse the repository at this point in the history
  • Loading branch information
futpib committed Jul 7, 2020
1 parent 8f9c034 commit d855e3b
Show file tree
Hide file tree
Showing 3 changed files with 1,774 additions and 853 deletions.
4 changes: 2 additions & 2 deletions cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ function main() {
}

package_.xo.extends.push(name);
const str = JSON.stringify(package_, null, 2) + '\n';
fs.writeFileSync('./package.json', str, 'utf8');
const string = JSON.stringify(package_, null, 2) + '\n';
fs.writeFileSync('./package.json', string, 'utf8');
}

main();
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "MIT",
"private": false,
"devDependencies": {
"xo": "^0.25.0"
"xo": "^0.32.1"
},
"scripts": {
"test": "xo"
Expand Down
Loading

0 comments on commit d855e3b

Please sign in to comment.