Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "env-ci", | ||
"description": "Get environment variables exposed by CI services", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": "Pierre Vanduynslager (https://github.com/pvdlg)", | ||
@@ -13,3 +13,3 @@ "bugs": { | ||
"devDependencies": { | ||
"ava": "^0.23.0", | ||
"ava": "^0.24.0", | ||
"codecov": "^3.0.0", | ||
@@ -19,3 +19,3 @@ "eslint-config-prettier": "^2.3.0", | ||
"nyc": "^11.1.0", | ||
"prettier": "~1.8.2", | ||
"prettier": "~1.9.2", | ||
"semantic-release": "^11.0.0", | ||
@@ -22,0 +22,0 @@ "tempy": "^0.2.1", |
@@ -20,3 +20,5 @@ # env-ci | ||
```js | ||
const {isCi, service, commit, build, branch, job, pr, isPr, slug, root} = require('env-ci'); | ||
const envCi = require('env-ci'); | ||
const {isCi, service, commit, build, branch, job, pr, isPr, slug, root} = envCi(); | ||
``` | ||
@@ -23,0 +25,0 @@ |
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
15014
57