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 b128105 commit 2b84ad3Copy full SHA for 2b84ad3
package.json
@@ -25,13 +25,13 @@
25
"hast-util-is-element": "^1.0.0"
26
},
27
"devDependencies": {
28
- "browserify": "^13.0.0",
+ "browserify": "^14.0.0",
29
"esmangle": "^1.0.1",
30
"istanbul": "^0.4.0",
31
- "remark-cli": "^2.1.0",
32
- "remark-preset-wooorm": "^1.0.0",
+ "remark-cli": "^3.0.0",
+ "remark-preset-wooorm": "^2.0.0",
33
"tape": "^4.4.0",
34
- "xo": "^0.17.0"
+ "xo": "^0.18.0"
35
36
"scripts": {
37
"build-md": "remark . --quiet --frail --output",
@@ -45,11 +45,14 @@
45
46
"xo": {
47
"space": true,
48
+ "esnext": false,
49
"ignores": [
50
"hast-util-is-element.js"
51
]
52
53
"remarkConfig": {
- "presets": "wooorm"
54
+ "plugins": [
55
+ "preset-wooorm"
56
+ ]
57
}
58
0 commit comments