next-biz-date
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "next-biz-date", | ||
"version": "2.0.1", | ||
"description": "Returns the next business date (future or past based on direction as FORWARD or BACKWARDS) for a given reference date (initialDate), offset count value, direction and given array of holidays", | ||
"version": "2.0.2", | ||
"description": "Returns the next business date for a given reference date (initialDate), an offset count value, a direction (FORWARD or BACKWARDS) and a given array of holidays", | ||
"main": "main.js", | ||
@@ -12,3 +12,7 @@ "scripts": { | ||
"business", | ||
"day" | ||
"day", | ||
"days", | ||
"counting", | ||
"date", | ||
"business days counting" | ||
], | ||
@@ -15,0 +19,0 @@ "repository": { |
19457