tempus-fugit
Advanced tools
Comparing version 2.2.3 to 2.2.4
{ | ||
"name": "tempus-fugit", | ||
"version": "2.2.3", | ||
"version": "2.2.4", | ||
"description": "A scheduling and time utilities module that doesn't waste your time", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -69,3 +69,3 @@ # Tempus Fugit [![Build Status](https://secure.travis-ci.org/kessler/tempus-fugit.png?branch=master)](http://travis-ci.org/kessler/tempus-fugit) | ||
day: 5, | ||
start: Date.now() || new Date() //optional | ||
start: Date.now() + 10000 || new Date('some date in the future') //optional | ||
} | ||
@@ -72,0 +72,0 @@ ``` |
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
29751