Skip to content

Commit

Permalink
Remove temporary XO workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Sep 3, 2018
1 parent a5cda1f commit c219535
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-test-renderer": "^16.2.0",
"xo": "*"
"xo": "^0.23.0"
},
"peerDependencies": {
"react": ">=16"
Expand All @@ -73,7 +73,6 @@
"import/no-unresolved": "off"
},
"ignores": [
"*.d.ts",
"auto-bind.js",
"class-names.js"
]
Expand Down

0 comments on commit c219535

Please sign in to comment.