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 72b95af commit ddc8a95Copy full SHA for ddc8a95
package.json
@@ -25,13 +25,13 @@
25
"zwitch": "^1.0.0"
26
},
27
"devDependencies": {
28
- "browserify": "^13.0.1",
+ "browserify": "^14.0.0",
29
"esmangle": "^1.0.1",
30
- "nyc": "^10.1.0",
31
- "remark-cli": "^2.1.0",
32
- "remark-preset-wooorm": "^1.0.0",
+ "nyc": "^11.0.0",
+ "remark-cli": "^3.0.0",
+ "remark-preset-wooorm": "^3.0.0",
33
"tape": "^4.0.0",
34
- "xo": "^0.17.0"
+ "xo": "^0.18.0"
35
36
"scripts": {
37
"build-md": "remark . --quiet --frail --output",
@@ -45,6 +45,7 @@
45
46
"xo": {
47
"space": true,
48
+ "esnext": false,
49
"rules": {
50
"no-eq-null": "off",
51
"eqeqeq": "off",
@@ -61,6 +62,8 @@
61
62
"branches": 100
63
64
"remarkConfig": {
- "presets": "wooorm"
65
+ "plugins": [
66
+ "preset-wooorm"
67
+ ]
68
}
69
0 commit comments