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 77e4caf commit b34dad3Copy full SHA for b34dad3
package.json
@@ -33,13 +33,13 @@
33
"xtend": "^4.0.1"
34
},
35
"devDependencies": {
36
- "browserify": "^13.0.1",
+ "browserify": "^14.0.0",
37
"bundle-collapser": "^1.2.1",
38
"esmangle": "^1.0.1",
39
"hastscript": "^3.0.0",
40
"nyc": "^10.0.0",
41
- "remark-cli": "^2.1.0",
42
- "remark-preset-wooorm": "^1.0.0",
+ "remark-cli": "^3.0.0",
+ "remark-preset-wooorm": "^2.0.0",
43
"tape": "^4.0.0",
44
"unist-builder": "^1.0.1",
45
"xo": "^0.17.0"
@@ -72,6 +72,8 @@
72
"branches": 100
73
74
"remarkConfig": {
75
- "presets": "wooorm"
+ "plugins": [
76
+ "preset-wooorm"
77
+ ]
78
}
79
0 commit comments