Comparing version 1.1.25 to 1.1.26
var croner = require("./lib/croner.js"); | ||
module.exports = { | ||
default: croner, | ||
Cron: croner | ||
}; | ||
module.exports = croner; | ||
module.exports.Cron = croner; |
{ | ||
"name": "croner", | ||
"version": "1.1.25", | ||
"version": "1.1.26", | ||
"description": "Isomorphic JavaScript cron parser and scheduler.", | ||
@@ -5,0 +5,0 @@ "author": "Hexagon <github.com/hexagon>", |
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
45654
950