find-chrome-bin
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -5,2 +5,6 @@ # Change Log | ||
## 2.0.1 | ||
- Added ESM fields to package.json to resolve npm warnings. | ||
## 2.0.0 | ||
@@ -7,0 +11,0 @@ |
{ | ||
"name": "find-chrome-bin", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Finds local Chromium binary to use it with puppeteer-core", | ||
"main": "index.js", | ||
"exports": { | ||
"import": "./index.js" | ||
}, | ||
"keywords": [ | ||
@@ -6,0 +10,0 @@ "chrome", |
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
19032