Comparing version 1.10.3 to 1.10.4
@@ -8,3 +8,2 @@ #!/usr/bin/env node | ||
var strftime = require('strftime'); | ||
var sprintf = require('sprintf'); | ||
var through = require('through'); | ||
@@ -160,3 +159,3 @@ var editor = require('editor'); | ||
date: h.date, | ||
hours: Number(sprintf('%.2f', h.hours)) | ||
hours: Number(h.hours.toFixed(2)) | ||
}; | ||
@@ -163,0 +162,0 @@ }) |
{ | ||
"name": "clocker", | ||
"version": "1.10.3", | ||
"version": "1.10.4", | ||
"description": "track project hours", | ||
@@ -9,10 +9,9 @@ "bin": { | ||
"dependencies": { | ||
"editor": "~0.1.0", | ||
"editor": "^0.1.0", | ||
"json-stable-stringify": "^1.0.0", | ||
"level": "~0.18.0", | ||
"minimist": "~0.0.7", | ||
"mkdirp": "~0.3.5", | ||
"sprintf": "~0.1.3", | ||
"minimist": "0.0.10", | ||
"mkdirp": "^0.3.5", | ||
"strftime": "~0.6.2", | ||
"through": "~2.3.4" | ||
"through": "^2.3.7" | ||
}, | ||
@@ -19,0 +18,0 @@ "devDependencies": { |
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
7
20539
423
- Removedsprintf@~0.1.3
- Removedsprintf@0.1.5(transitive)
Updatededitor@^0.1.0
Updatedminimist@0.0.10
Updatedmkdirp@^0.3.5
Updatedthrough@^2.3.7