timetable-fns
Advanced tools
Comparing version 0.1.9 to 0.1.10
18
index.js
@@ -111,11 +111,11 @@ var moment = require('moment-timezone') | ||
module.exports = { | ||
coerce, | ||
coerceTime, | ||
format, | ||
diff, | ||
plus, | ||
minus, | ||
today, | ||
valid, | ||
validTime | ||
coerce: coerce, | ||
coerceTime: coerceTime, | ||
format: format, | ||
diff: diff, | ||
plus: plus, | ||
minus: minus, | ||
today: today, | ||
valid: valid, | ||
validTime: validTime | ||
} |
{ | ||
"name": "timetable-fns", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"description": "Useful date and time utility functions for working with timetables.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
3552