Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "is-ci", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Detect if your code is running on a CI server", | ||
@@ -8,7 +8,7 @@ "bin": "bin.js", | ||
"dependencies": { | ||
"ci-info": "^1.0.0" | ||
"ci-info": "^1.3.0" | ||
}, | ||
"devDependencies": { | ||
"clear-require": "^1.0.1", | ||
"standard": "^10.0.3" | ||
"standard": "^11.0.1" | ||
}, | ||
@@ -36,5 +36,5 @@ "scripts": { | ||
"coordinates": [ | ||
56.0093252, | ||
11.9592058 | ||
55.777776, | ||
12.592345 | ||
] | ||
} |
@@ -9,2 +9,3 @@ # is-ci | ||
[![npm](https://img.shields.io/npm/v/is-ci.svg)](https://www.npmjs.com/package/is-ci) | ||
[![Build status](https://travis-ci.org/watson/is-ci.svg?branch=master)](https://travis-ci.org/watson/is-ci) | ||
@@ -48,24 +49,28 @@ [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard) | ||
- [Travis CI](http://travis-ci.org) | ||
- [AWS CodeBuild](https://aws.amazon.com/codebuild/) | ||
- [AppVeyor](http://www.appveyor.com) | ||
- [Bamboo](https://www.atlassian.com/software/bamboo) by Atlassian | ||
- [Bitbucket Pipelines](https://bitbucket.org/product/features/pipelines) | ||
- [Buildkite](https://buildkite.com) | ||
- [CircleCI](http://circleci.com) | ||
- [Codeship](https://codeship.com) | ||
- [Drone](https://drone.io) | ||
- [GitLab CI](https://about.gitlab.com/gitlab-ci/) | ||
- [GoCD](https://www.go.cd/) | ||
- [Hudson](http://hudson-ci.org) | ||
- [Jenkins CI](https://jenkins-ci.org) | ||
- [Hudson](http://hudson-ci.org) | ||
- [Bamboo](https://www.atlassian.com/software/bamboo) | ||
- [TeamCity](https://www.jetbrains.com/teamcity/) | ||
- [Team Foundation Server](https://www.visualstudio.com/en-us/products/tfs-overview-vs.aspx) | ||
- [GitLab CI](https://about.gitlab.com/gitlab-ci/) | ||
- [Codeship](https://codeship.com) | ||
- [Drone.io](https://drone.io) | ||
- [Magnum CI](https://magnum-ci.com) | ||
- [Semaphore](https://semaphoreci.com) | ||
- [AppVeyor](http://www.appveyor.com) | ||
- [Buildkite](https://buildkite.com) | ||
- [Solano CI](https://www.solanolabs.com/) | ||
- [Strider CD](https://strider-cd.github.io/) | ||
- [TaskCluster](http://docs.taskcluster.net) | ||
- [GoCD](https://www.go.cd/) | ||
- [Bitbucket Pipelines](https://bitbucket.org/product/features/pipelines) | ||
- [Team Foundation Server](https://www.visualstudio.com/en-us/products/tfs-overview-vs.aspx) by Microsoft | ||
- [TeamCity](https://www.jetbrains.com/teamcity/) by JetBrains | ||
- [Travis CI](http://travis-ci.org) | ||
Other CI tools using environment variables like `BUILD_ID` or `CI` would be detected as well. | ||
Other CI tools using environment variables like `BUILD_ID` or `CI` would | ||
be detected as well. | ||
## License | ||
MIT | ||
[MIT](LICENSE) |
Sorry, the diff of this file is not supported yet
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
4706
75
Updatedci-info@^1.3.0