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 b9c8641 commit 43aa500Copy full SHA for 43aa500
package.json
@@ -26,13 +26,13 @@
26
"Titus Wormer <[email protected]> (http://wooorm.com)"
27
],
28
"devDependencies": {
29
- "browserify": "^13.0.0",
+ "browserify": "^14.0.0",
30
"esmangle": "^1.0.1",
31
"nyc": "^10.0.0",
32
- "remark-cli": "^2.1.0",
33
- "remark-preset-wooorm": "^1.0.0",
+ "remark-cli": "^3.0.0",
+ "remark-preset-wooorm": "^2.0.0",
34
"tape": "^4.4.0",
35
- "xo": "^0.17.0"
+ "xo": "^0.18.0"
36
},
37
"scripts": {
38
"build-md": "remark . --quiet --frail --output",
@@ -46,6 +46,7 @@
46
47
"xo": {
48
"space": true,
49
+ "esnext": false,
50
"ignores": [
51
"hast-util-is-element.js"
52
]
@@ -57,6 +58,8 @@
57
58
"branches": 100
59
60
"remarkConfig": {
- "presets": "wooorm"
61
+ "plugins": [
62
+ "preset-wooorm"
63
+ ]
64
}
65
0 commit comments