Comparing version 0.0.1 to 0.0.3
{ | ||
"author": "Dylan Bathurst <dylanbathurst@gmail.com> (http://www.dylanbathurst.com)", | ||
"name": "howlong", | ||
"description": "Simple module to compare milliseconds ago to today\\'s date", | ||
"version": "0.0.1", | ||
"description": "Simple module to compare milliseconds ago to todays date", | ||
"version": "0.0.3", | ||
"repository": { | ||
@@ -12,3 +12,3 @@ "type": "git", | ||
"engines": { | ||
"node": "~v0.4.13-pre" | ||
"node": "<=v0.6.3" | ||
}, | ||
@@ -15,0 +15,0 @@ "dependencies": {}, |
@@ -5,2 +5,3 @@ var howlong = require('./lib/howlong'); | ||
console.log(howLong.ago(1327019856116)); | ||
console.log(howLong.ago(1327019856116)); | ||
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
42
1649