Skip to content

Commit 4511484

Browse files
committed
Update dev-dependencies
1 parent 5759a34 commit 4511484

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

package.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
2828
],
2929
"devDependencies": {
30-
"browserify": "^13.0.0",
30+
"browserify": "^14.0.0",
3131
"esmangle": "^1.0.1",
3232
"nyc": "^10.0.0",
33-
"remark-cli": "^2.1.0",
34-
"remark-preset-wooorm": "^1.0.0",
33+
"remark-cli": "^3.0.0",
34+
"remark-preset-wooorm": "^2.0.0",
3535
"tape": "^4.4.0",
36-
"xo": "^0.17.0"
36+
"xo": "^0.18.0"
3737
},
3838
"scripts": {
3939
"build-md": "remark . --quiet --frail --output",
@@ -53,11 +53,14 @@
5353
},
5454
"xo": {
5555
"space": true,
56+
"esnext": false,
5657
"ignore": [
5758
"hast-util-embedded.js"
5859
]
5960
},
6061
"remarkConfig": {
61-
"presets": "wooorm"
62+
"plugins": [
63+
"preset-wooorm"
64+
]
6265
}
6366
}

0 commit comments

Comments
 (0)