Comparing version 1.0.8 to 1.0.9
@@ -18,3 +18,4 @@ 'use strict' | ||
process.env.GO_PIPELINE_LABEL || // GoCD | ||
process.env.BITBUCKET_COMMIT || // Bitbucket Pipelines | ||
false | ||
) |
{ | ||
"name": "is-ci", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Detect if your code is running on a CI server", | ||
@@ -32,5 +32,5 @@ "main": "index.js", | ||
"coordinates": [ | ||
55.6665609, | ||
12.5800815 | ||
55.6876717, | ||
12.5955801 | ||
] | ||
} |
@@ -49,2 +49,3 @@ # is-ci | ||
- [GoCD](https://www.go.cd/) | ||
- [Bitbucket Pipelines](https://bitbucket.org/product/features/pipelines) | ||
@@ -51,0 +52,0 @@ Other CI tools using environment variables like `BUILD_ID` or `CI` would be detected as well. |
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
4825
29
56