Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 14, 2017
1 parent 7d2d1b8 commit 10f1c34
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@
"down",
"downward"
],
"dependencies": {
"to-vfile": "^2.0.0"
},
"files": [
"index.js"
],
"repository": "https://github.com/vfile/vfile-find-down",
"bugs": "https://github.com/vfile/vfile-find-down/issues",
"author": "Titus Wormer <[email protected]> (http://wooorm.com)",
"contributors": [
"Titus Wormer <[email protected]> (http://wooorm.com)"
],
"files": [
"index.js"
],
"dependencies": {
"to-vfile": "^2.0.0"
},
"devDependencies": {
"nyc": "^10.0.0",
"remark-cli": "^3.0.0",
"remark-preset-wooorm": "^2.0.0",
"nyc": "^11.0.0",
"remark-cli": "^4.0.0",
"remark-preset-wooorm": "^3.0.0",
"tape": "^4.0.0",
"xo": "^0.17.1"
"xo": "^0.18.1"
},
"scripts": {
"build-md": "remark . -qfo",
Expand All @@ -44,9 +44,12 @@
"branches": 100
},
"xo": {
"space": true
"space": true,
"esnext": false
},
"remarkConfig": {
"plugins": ["preset-wooorm"]
"plugins": [
"preset-wooorm"
]
}
}

0 comments on commit 10f1c34

Please sign in to comment.