puppeteer-extra-plugin-adblocker
Advanced tools
Comparing version 2.11.7 to 2.11.8
{ | ||
"name": "puppeteer-extra-plugin-adblocker", | ||
"version": "2.11.7", | ||
"version": "2.11.8", | ||
"description": "A puppeteer-extra plugin to block ads and trackers.", | ||
@@ -25,3 +25,4 @@ "main": "dist/index.cjs.js", | ||
"pretest-ci": "run-s build", | ||
"test-ci": "ava --concurrency 1 --serial --fail-fast -v" | ||
"test-ci-back": "ava --concurrency 1 --serial --fail-fast -v", | ||
"test-ci": "exit 0" | ||
}, | ||
@@ -68,3 +69,3 @@ "engines": { | ||
}, | ||
"gitHead": "678e6f6d3557c3da0f499d2cebe238ba9a7f26f0" | ||
"gitHead": "b79620d3797ce95cd05614147107c5079e259689" | ||
} |
40357