ledger-cli
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -37,3 +37,3 @@ /*global exports, require */ | ||
if (options.account) { | ||
args.push(options.account); | ||
args.push('^' + options.account); | ||
} | ||
@@ -40,0 +40,0 @@ |
{ | ||
"name": "ledger-cli", | ||
"homepage": "https://github.com/slashdotdash/node-ledger", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "API for the ledger command-line interface (ledger-cli.org).", | ||
@@ -6,0 +6,0 @@ "repository": { |
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
22342