@featurepeek/circleci
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -13,3 +13,3 @@ #!/usr/bin/env node | ||
const FEATUREPEEK_ENDPOINT = 'https://api.featurepeek.com/api/v1/TBD/static/circleci' | ||
const FEATUREPEEK_ENDPOINT = 'https://api.featurepeek.com/api/v1/peek' | ||
const CI_HOST = 'circleci.com' | ||
@@ -39,3 +39,3 @@ const CI_VERSION = '1.1' | ||
// console.log(options) | ||
console.log(options) | ||
@@ -47,3 +47,3 @@ request.post(FEATUREPEEK_ENDPOINT, options, (err, res, body) => { | ||
// console.log(body) | ||
console.log(body) | ||
}) |
{ | ||
"private": false, | ||
"name": "@featurepeek/circleci", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"main": "index.js", | ||
@@ -13,3 +13,3 @@ "bin": { | ||
}, | ||
"gitHead": "91b51b975fb0d83e5790d3b6304344bd10ced5a8" | ||
"gitHead": "0acf822ecb06a52bf1cd8b3c6c50d22403b784d1" | ||
} |
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
10224