diff --git a/package.json b/package.json index d9b00025..93f3f245 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "watch:test": "jest --watch", "watch:lint": "watch 'npm run lint' src/client", "check-types": "tsc", - "check-updates": "npm-check-updates", + "check-updates": "npm-check-updates --reject \"screenfull\"", "prettier": "prettier --write .", "prettier:check": "prettier --check ." },