Skip to content

Commit

Permalink
Update xo
Browse files Browse the repository at this point in the history
Closes GH-9.
  • Loading branch information
greenkeeperio-bot authored and wooorm committed Oct 13, 2016
1 parent 7c1c372 commit f1b6720
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
language: node_js
node_js:
- '0.11'
- '0.12'
- '4.0'
- '5.0'
- '6.0'
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"remark-cli": "^2.0.0",
"remark-preset-wooorm": "^1.0.0",
"tape": "^4.4.0",
"xo": "^0.16.0"
"xo": "^0.17.0"
},
"scripts": {
"build-md": "remark . --quiet --frail",
Expand All @@ -56,6 +56,9 @@
},
"xo": {
"space": true,
"rules": {
"unicorn/explicit-length-check": "off"
},
"ignores": [
"dice-coefficient.js"
]
Expand Down

0 comments on commit f1b6720

Please sign in to comment.