@recordreplay/puppeteer-config
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "@recordreplay/puppeteer-config", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Configuration utilities for using the Replay browsers with puppeteer", | ||
"main": "index.js", | ||
"scripts": { | ||
"prepublishOnly": "node -e 'require(\"fs\").existsSync(\"./index.js\") || (console.error(\"\\x1b[31mError:\\x1b[37m Wrong Directory. Publish from the dist/ directory instead\\n\"),process.exit(1))'", | ||
"install": "node -e 'process.exit(require(\"fs\").existsSync(\"./install.js\") ? 1 : 0)' || node ./install.js", | ||
"build": "tsc && cp package.json dist/", | ||
"build": "rm -rf dist/ && tsc && cp package.json README.md dist/", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
@@ -10,0 +11,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
4519
10
1
30