diff --git a/package.json b/package.json index 416f81a..547d4b8 100644 --- a/package.json +++ b/package.json @@ -24,9 +24,9 @@ "esmangle": "^1.0.1", "plain-text-data-to-json": "^1.0.0", "remark-cli": "^3.0.0", - "remark-preset-wooorm": "^2.0.0", + "remark-preset-wooorm": "^3.0.0", "tape": "^4.0.0", - "xo": "^0.17.0" + "xo": "^0.18.0" }, "scripts": { "build-md": "remark . -qfo", @@ -40,11 +40,14 @@ }, "xo": { "space": true, + "esnext": false, "ignores": [ "fillers.js" ] }, "remarkConfig": { - "plugins": ["preset-wooorm"] + "plugins": [ + "preset-wooorm" + ] } }