Comparing version 4.2.8 to 4.2.9
/** | ||
* marked v4.2.8 - a markdown parser | ||
* marked v4.2.9 - a markdown parser | ||
* Copyright (c) 2011-2023, Christopher Jeffrey. (MIT Licensed) | ||
@@ -4,0 +4,0 @@ * https://github.com/markedjs/marked |
@@ -5,3 +5,3 @@ { | ||
"author": "Christopher Jeffrey", | ||
"version": "4.2.8", | ||
"version": "4.2.9", | ||
"type": "module", | ||
@@ -90,3 +90,3 @@ "main": "./lib/marked.cjs", | ||
"minify": "uglifyjs lib/marked.umd.js -cm --comments /Copyright/ -o marked.min.js", | ||
"postversion": "npm run build && (git diff --quiet || git commit -am \"build [skip ci]\")" | ||
"postversion": "npm run build" | ||
}, | ||
@@ -93,0 +93,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
418017