We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5759a34 commit 4511484Copy full SHA for 4511484
package.json
@@ -27,13 +27,13 @@
27
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
28
],
29
"devDependencies": {
30
- "browserify": "^13.0.0",
+ "browserify": "^14.0.0",
31
"esmangle": "^1.0.1",
32
"nyc": "^10.0.0",
33
- "remark-cli": "^2.1.0",
34
- "remark-preset-wooorm": "^1.0.0",
+ "remark-cli": "^3.0.0",
+ "remark-preset-wooorm": "^2.0.0",
35
"tape": "^4.4.0",
36
- "xo": "^0.17.0"
+ "xo": "^0.18.0"
37
},
38
"scripts": {
39
"build-md": "remark . --quiet --frail --output",
@@ -53,11 +53,14 @@
53
54
"xo": {
55
"space": true,
56
+ "esnext": false,
57
"ignore": [
58
"hast-util-embedded.js"
59
]
60
61
"remarkConfig": {
- "presets": "wooorm"
62
+ "plugins": [
63
+ "preset-wooorm"
64
+ ]
65
}
66
0 commit comments