timetable-fns
Advanced tools
Comparing version 0.1.15 to 0.1.16
// Optionally require moment (only needed for the conversion helpers) | ||
var moment = null | ||
try { | ||
moment = require.resolve('moment') | ||
moment = require('moment') | ||
} catch (e) { | ||
@@ -6,0 +6,0 @@ if (e.code !== 'MODULE_NOT_FOUND') { |
{ | ||
"name": "timetable-fns", | ||
"version": "0.1.15", | ||
"version": "0.1.16", | ||
"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
12915