Comparing version 0.0.0 to 0.0.1
@@ -23,2 +23,3 @@ /** | ||
seconds / 60 / 60 / 24 / 30, // months | ||
seconds / 60 / 60 / 24 / 7, // weeks | ||
seconds / 60 / 60 / 24, // days | ||
@@ -29,3 +30,3 @@ seconds / 60 / 60, // hours | ||
]; | ||
var names = ['year', 'month', 'day', 'hour', 'minute', 'second']; | ||
var names = ['year', 'month', 'week', 'day', 'hour', 'minute', 'second']; | ||
@@ -32,0 +33,0 @@ for (var i = 0; i < names.length; i++) { |
{ | ||
"name": "human-time", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "show seconds in a human-readable form", | ||
@@ -5,0 +5,0 @@ "main": "human.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
5796
42