Comparing version 1.5.0 to 1.5.1
@@ -35,3 +35,3 @@ #!/usr/bin/env node | ||
if (k) { | ||
key = getKey(key); | ||
var key = getKey(k); | ||
db.get(key, function (err, value) { | ||
@@ -38,0 +38,0 @@ if (err) error(err) |
{ | ||
"name": "clocker", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "track project hours", | ||
@@ -5,0 +5,0 @@ "bin": { |
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
17925