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 17f54fd commit 7a4aa39Copy full SHA for 7a4aa39
package.json
@@ -24,12 +24,12 @@
24
"devDependencies": {
25
"browserify": "^14.1.0",
26
"esmangle": "^1.0.1",
27
- "nyc": "^10.0.0",
+ "nyc": "^11.0.0",
28
"remark": "^7.0.0",
29
"remark-cli": "^3.0.0",
30
- "remark-preset-wooorm": "^2.0.0",
+ "remark-preset-wooorm": "^3.0.0",
31
"tape": "^4.0.0",
32
- "xo": "^0.17.1"
+ "xo": "^0.18.0"
33
},
34
"scripts": {
35
"build-md": "remark . -qfo",
@@ -49,11 +49,14 @@
49
50
"xo": {
51
"space": true,
52
+ "esnext": false,
53
"ignores": [
54
"unist-util-source.js"
55
]
56
57
"remarkConfig": {
- "plugins": ["preset-wooorm"]
58
+ "plugins": [
59
+ "preset-wooorm"
60
+ ]
61
}
62
0 commit comments