diff --git a/package.json b/package.json index e12dcbd6..193a3744 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "build": "tsc --build --clean && tsc --build && type-coverage", "format": "./packages/remark-cli/cli.js . -qfo && prettier . -w --loglevel warn && xo --fix", "test-api": "npm run test --workspaces && node --conditions development test/index.js", - "test-coverage": "c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov npm run test-api", + "test-coverage": "c8 --100 --reporter lcov npm run test-api", "test": "npm run build && npm run format && npm run test-coverage" }, "prettier": { @@ -55,7 +55,7 @@ }, "remarkConfig": { "plugins": [ - "preset-wooorm", + "remark-preset-wooorm", [ "remark-lint-no-html", false