Comparing version 7.0.0 to 7.1.0
{ | ||
"name": "env-ci", | ||
"description": "Get environment variables exposed by CI services", | ||
"version": "7.0.0", | ||
"version": "7.1.0", | ||
"author": "Pierre Vanduynslager (https://github.com/pvdlg)", | ||
@@ -20,3 +20,3 @@ "ava": { | ||
"devDependencies": { | ||
"ava": "3.15.0", | ||
"ava": "4.0.1", | ||
"codecov": "3.8.3", | ||
@@ -23,0 +23,0 @@ "file-url": "3.0.0", |
@@ -25,2 +25,3 @@ // https://cirrus-ci.org/guide/writing-tasks/#environment-variables | ||
isPr, | ||
prBranch: isPr ? env.CIRRUS_BRANCH : undefined, | ||
slug: env.CIRRUS_REPO_FULL_NAME, | ||
@@ -27,0 +28,0 @@ root: env.CIRRUS_WORKING_DIR, |
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
48544
743