Skip to content

Commit

Permalink
Update xo to version 0.17.0 🚀 (#36)
Browse files Browse the repository at this point in the history
* chore(package): update xo to version 0.17.0

* Fix tests
  • Loading branch information
greenkeeperio-bot authored and leo committed Oct 15, 2016
1 parent ad43856 commit 19f1544
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"space": true,
"semicolon": false,
"rules": {
"xo/no-process-exit": 0,
"unicorn/no-process-exit": 0,
"max-lines": 0,
"ava/no-ignored-test-files": 0
}
Expand All @@ -67,7 +67,7 @@
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-cached": "^1.1.0",
"xo": "^0.16.0"
"xo": "^0.17.0"
},
"dependencies": {
"camelcase": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import execa from 'execa'

// Ours
import args from '../dist'
import {version} from '../package.json'
import {version} from '../package'

const argv = [
'node',
Expand Down

0 comments on commit 19f1544

Please sign in to comment.