Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed May 3, 2018
1 parent bbe0bf3 commit a4a97d5
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
},
"devDependencies": {
"nyc": "^11.0.0",
"remark-cli": "^4.0.0",
"remark-preset-wooorm": "^3.0.0",
"remark-cli": "^5.0.0",
"remark-preset-wooorm": "^4.0.0",
"tape": "^4.0.0",
"xo": "^0.18.1"
"xo": "^0.20.0"
},
"scripts": {
"build-md": "remark . -qfo",
Expand All @@ -45,7 +45,12 @@
},
"xo": {
"space": true,
"esnext": false
"esnext": false,
"rules": {
"no-var": "off",
"prefer-arrow-callback": "off",
"object-shorthand": "off"
}
},
"remarkConfig": {
"plugins": [
Expand Down

0 comments on commit a4a97d5

Please sign in to comment.