Comparing version 0.0.2 to 0.0.3
@@ -9,4 +9,4 @@ var inquirer = require('inquirer'); | ||
if (pkg && pkg.config && pkg.config['commitzen-rrd']) { | ||
return pkg.config['commitzen-rrd']; | ||
if (pkg && pkg.config && pkg.config['cz-rrd']) { | ||
return pkg.config['cz-rrd']; | ||
} | ||
@@ -13,0 +13,0 @@ |
{ | ||
"name": "cz-rrd", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Resrodel commitizen adapter", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
14110