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 45e250c commit e28a5c0Copy full SHA for e28a5c0
package.json
@@ -28,10 +28,10 @@
28
"esmangle": "^1.0.0",
29
"remark": "^7.0.0",
30
"remark-cli": "^3.0.0",
31
- "remark-preset-wooorm": "^2.0.0",
32
- "nyc": "^10.0.0",
+ "remark-preset-wooorm": "^3.0.0",
+ "nyc": "^11.0.0",
33
"tape": "^4.6.2",
34
- "xo": "^0.17.1"
+ "xo": "^0.18.2"
35
},
36
"scripts": {
37
"build-md": "remark . -foq",
@@ -51,11 +51,14 @@
51
52
"xo": {
53
"space": true,
54
+ "esnext": false,
55
"ignore": [
56
"unist-util-find-before.js"
57
]
58
59
"remarkConfig": {
- "plugins": ["preset-wooorm"]
60
+ "plugins": [
61
+ "preset-wooorm"
62
+ ]
63
}
64
0 commit comments