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 fcda918 commit 82ecbcdCopy full SHA for 82ecbcd
package.json
@@ -22,13 +22,13 @@
22
"Titus Wormer <[email protected]> (http://wooorm.com)"
23
],
24
"devDependencies": {
25
- "browserify": "^13.0.0",
+ "browserify": "^14.0.0",
26
"esmangle": "^1.0.1",
27
"nyc": "^10.0.0",
28
- "remark-cli": "^2.1.0",
29
- "remark-preset-wooorm": "^1.0.0",
+ "remark-cli": "^3.0.0",
+ "remark-preset-wooorm": "^2.0.0",
30
"tape": "^4.4.0",
31
- "xo": "^0.17.0"
+ "xo": "^0.18.0"
32
},
33
"scripts": {
34
"build-md": "remark . --quiet --frail --output",
@@ -42,6 +42,7 @@
42
43
"xo": {
44
"space": true,
45
+ "esnext": false,
46
"ignores": [
47
"hast-util-labelable.js"
48
]
@@ -53,6 +54,8 @@
53
54
"branches": 100
55
56
"remarkConfig": {
- "presets": "wooorm"
57
+ "plugins": [
58
+ "preset-wooorm"
59
+ ]
60
}
61
0 commit comments