Comparing version 1.0.0 to 1.0.1
@@ -0,1 +1,3 @@ | ||
require('colors') | ||
const _ = require('lodash') | ||
@@ -33,3 +35,4 @@ const Filter = require('./filter') | ||
if (!passes) { | ||
log(`❌ Issue #${issue.number} failed ${filter.toLog()} filter`) | ||
const issueMsg = `Issue #${issue.number}` | ||
log(`${'⤺'.yellow} ${issueMsg} did not match ${filter.toLog()} filter, skipping`) | ||
break | ||
@@ -36,0 +39,0 @@ } |
{ | ||
"name": "git3po", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "The best git3po around.", | ||
@@ -52,2 +52,3 @@ "main": "./dist/core.js", | ||
"bluebird": "^3.5.0", | ||
"colors": "^1.1.2", | ||
"debug": "^2.6.8", | ||
@@ -54,0 +55,0 @@ "js-yaml": "^3.9.0", |
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
182116
590
9
+ Addedcolors@^1.1.2
+ Addedcolors@1.4.0(transitive)