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 78c03f3 commit f8bd33eCopy full SHA for f8bd33e
package.json
@@ -28,11 +28,11 @@
28
"devDependencies": {
29
"browserify": "^14.0.0",
30
"esmangle": "^1.0.0",
31
- "nyc": "^10.0.0",
+ "nyc": "^11.0.0",
32
"remark-cli": "^3.0.0",
33
- "remark-preset-wooorm": "^2.0.0",
+ "remark-preset-wooorm": "^3.0.0",
34
"tape": "^4.6.2",
35
- "xo": "^0.17.1"
+ "xo": "^0.18.2"
36
},
37
"scripts": {
38
"build-md": "remark . -qfo",
@@ -46,6 +46,7 @@
46
47
"xo": {
48
"space": true,
49
+ "esnext": false,
50
"ignore": [
51
"unist-util-modify-children.js"
52
]
@@ -57,6 +58,8 @@
57
58
"branches": 100
59
60
"remarkConfig": {
- "plugins": ["preset-wooorm"]
61
+ "plugins": [
62
+ "preset-wooorm"
63
+ ]
64
}
65
0 commit comments