Comparing version 1.1.26 to 1.1.27
@@ -1,4 +0,4 @@ | ||
var croner = require("./lib/croner.js"); | ||
var croner = require("./src/croner.js"); | ||
module.exports = croner; | ||
module.exports.Cron = croner; |
{ | ||
"name": "croner", | ||
"version": "1.1.26", | ||
"version": "1.1.27", | ||
"description": "Isomorphic JavaScript cron parser and scheduler.", | ||
@@ -15,9 +15,9 @@ "author": "Hexagon <github.com/hexagon>", | ||
"test:mocha": "mocha", | ||
"test:lint": "eslint ./lib/croner.js", | ||
"test:lint:fix": "eslint --fix ./lib/croner.js" | ||
"test:lint": "eslint ./src/croner.js", | ||
"test:lint:fix": "eslint --fix ./src/croner.js", | ||
"build": "npm run test:lint && webpack && npm run test:mocha" | ||
}, | ||
"main": "index.js", | ||
"type": "commonjs", | ||
"module": "index.mjs", | ||
"browser": "./lib/croner.min.js", | ||
"browser": "./dist/croner.min.js", | ||
"module": "./dist/croner.min.mjs", | ||
"repository": { | ||
@@ -41,5 +41,7 @@ "type": "git", | ||
"mocha": "*", | ||
"should": "*" | ||
"should": "*", | ||
"webpack": "^5.56.1", | ||
"webpack-cli": "^4.8.0" | ||
}, | ||
"license": "MIT" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
57061
14
980
5
1