Comparing version 1.0.2 to 1.0.3
(function (global, calculate) { | ||
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = calculate() : | ||
typeof define === 'function' && define.amd ? define(calculate) : | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.calculate = calculate()); | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.moonTime = calculate()); | ||
})(this, (function () { | ||
@@ -6,0 +6,0 @@ 'use strict'; |
{ | ||
"name": "moon-time", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "calculate.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
11838