time-stamp
Advanced tools
Comparing version 0.1.3 to 1.0.0
@@ -25,3 +25,3 @@ /*! | ||
date = date || new Date(); | ||
return pattern.replace(/([YMDHms]{2,4})(:\/)?/g, function (_, key, sep) { | ||
return pattern.replace(/([YMDHms]{2,4})(:\/)?/g, function(_, key, sep) { | ||
var increment = method(key); | ||
@@ -28,0 +28,0 @@ if (!increment) return _; |
{ | ||
"name": "time-stamp", | ||
"description": "Get a formatted timestamp.", | ||
"version": "0.1.3", | ||
"version": "1.0.0", | ||
"homepage": "https://github.com/jonschlinkert/time-stamp", | ||
@@ -24,3 +24,3 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", | ||
"mocha": "*", | ||
"should": "*" | ||
"pad-left": "^2.0.1" | ||
}, | ||
@@ -52,4 +52,5 @@ "keywords": [ | ||
] | ||
} | ||
}, | ||
"layout": "default" | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
6241
0