bundlesize
Advanced tools
Comparing version 0.11.0 to 0.11.1
{ | ||
"name": "bundlesize", | ||
"version": "0.11.0", | ||
"version": "0.11.1", | ||
"description": "Keep your library size in check", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -128,2 +128,3 @@ <p align="center"> | ||
- [css-constructor](https://github.com/siddharthkp/css-constructor) | ||
- [redux-saga](https://github.com/redux-saga/redux-saga) | ||
@@ -130,0 +131,0 @@ |
const axios = require('axios') | ||
let { repo, sha } = require('ci-env') | ||
let { repo, sha, ci } = require('ci-env') | ||
const { warn } = require('prettycli') | ||
@@ -12,3 +13,10 @@ const token = require('./token') | ||
if (repo && token) enabled = true | ||
else if (ci) { | ||
warn(`github token not found | ||
You are missing out on some cool features. | ||
Read more here: https://github.com/siddharthkp/bundlesize#2-build-status | ||
`) | ||
} | ||
debug('api enabled', enabled) | ||
@@ -15,0 +23,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
11524
211
143