ember-chromium
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -137,3 +137,3 @@ #!/usr/bin/env node | ||
async function downloadChromiumRevision (revision) { | ||
function downloadChromiumRevision (revision) { | ||
return new Promise((resolve, reject) => { | ||
@@ -140,0 +140,0 @@ createTempFile() |
{ | ||
"name": "ember-chromium", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "One place to hold all the logic to download and run ember tests in chromium", | ||
@@ -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
10697