all-contributors-cli
Advanced tools
Comparing version 1.0.0-beta1 to 1.0.0-beta2
@@ -13,3 +13,3 @@ #!/usr/bin/env node | ||
var defaultRCFile = path.join(__dirname, '.all-contributorsrc'); | ||
var defaultRCFile = path.join(process.cwd(), '.all-contributorsrc'); | ||
@@ -16,0 +16,0 @@ var argv = require('yargs') |
{ | ||
"name": "all-contributors-cli", | ||
"version": "1.0.0-beta1", | ||
"version": "1.0.0-beta2", | ||
"description": "Tool to easily add recognition for new contributors", | ||
@@ -5,0 +5,0 @@ "bin": "cli.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
12949