Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jul 9, 2017
1 parent b8baf31 commit 66b72df
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"esmangle": "^1.0.1",
"plain-text-data-to-json": "^1.0.0",
"remark-cli": "^3.0.0",
"remark-preset-wooorm": "^2.0.0",
"remark-preset-wooorm": "^3.0.0",
"tape": "^4.0.0",
"xo": "^0.17.0"
"xo": "^0.18.0"
},
"scripts": {
"build-md": "remark . -qfo",
Expand All @@ -40,11 +40,14 @@
},
"xo": {
"space": true,
"esnext": false,
"ignores": [
"fillers.js"
]
},
"remarkConfig": {
"plugins": ["preset-wooorm"]
"plugins": [
"preset-wooorm"
]
}
}

0 comments on commit 66b72df

Please sign in to comment.