Comparing version 0.1.0 to 0.1.1
@@ -1,1 +0,5 @@ | ||
module.exports = Date.now | ||
module.exports = now | ||
function now() { | ||
return new Date().getTime() | ||
} |
{ | ||
"name": "date-now", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A requirable version of Date.now()", | ||
@@ -19,4 +19,3 @@ "keywords": [], | ||
}, | ||
"dependencies": { | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
@@ -23,0 +22,0 @@ "tape": "~0.2.2", |
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
3829
26