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 6e2ec1c commit 5c01cadCopy full SHA for 5c01cad
package.json
@@ -23,13 +23,13 @@
23
"hast-util-has-property": "^1.0.0"
24
},
25
"devDependencies": {
26
- "browserify": "^13.0.0",
+ "browserify": "^14.0.0",
27
"esmangle": "^1.0.1",
28
"nyc": "^10.0.0",
29
- "remark-cli": "^2.1.0",
30
- "remark-preset-wooorm": "^1.0.0",
+ "remark-cli": "^3.0.0",
+ "remark-preset-wooorm": "^2.0.0",
31
"tape": "^4.4.0",
32
- "xo": "^0.17.0"
+ "xo": "^0.18.0"
33
34
"scripts": {
35
"build-md": "remark . --quiet --frail --output",
@@ -43,6 +43,7 @@
43
44
"xo": {
45
"space": true,
46
+ "esnext": false,
47
"ignores": [
48
"hast-util-interactive.js"
49
]
@@ -54,6 +55,8 @@
54
55
"branches": 100
56
57
"remarkConfig": {
- "presets": "wooorm"
58
+ "plugins": [
59
+ "preset-wooorm"
60
+ ]
61
}
62
0 commit comments