puppeteer
Advanced tools
Comparing version 1.0.0-next.1515552562439 to 1.0.0-next.1515563875372
@@ -95,3 +95,3 @@ /** | ||
const revisionInfo = downloader.revisionInfo(downloader.currentPlatform(), ChromiumRevision); | ||
console.assert(revisionInfo.downloaded, `Chromium revision is not downloaded. Run "npm install"`); | ||
console.assert(revisionInfo.downloaded, `Chromium revision is not downloaded. Run "yarn install" or "npm install"`); | ||
chromeExecutable = revisionInfo.executablePath; | ||
@@ -98,0 +98,0 @@ } |
{ | ||
"name": "puppeteer", | ||
"version": "1.0.0-next.1515552562439", | ||
"version": "1.0.0-next.1515563875372", | ||
"description": "A high-level API to control headless Chrome over the DevTools Protocol", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
253289