comment-parser
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -0,1 +1,3 @@ | ||
# v1.2.3 | ||
- publishing missing fix: point package's main to .cjs file | ||
# v1.2.2 | ||
@@ -2,0 +4,0 @@ - re-export ./util on the top-level for compatibility with older Node |
{ | ||
"name": "comment-parser", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "Generic JSDoc-like comment parser", | ||
"type": "module", | ||
"main": "lib/index.js", | ||
"main": "lib/index.cjs", | ||
"exports": { | ||
@@ -8,0 +8,0 @@ ".": { |
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
355550