clean-publish
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -236,2 +236,3 @@ import { promises as fs } from 'fs' | ||
.replace(/\s*\/\/.*\n/gm, '\n') | ||
.replace(/\s*\/\*[^/]+\*\/\n?/gm, '\n') | ||
.replace(/\n+/gm, '\n') | ||
@@ -238,0 +239,0 @@ .replace(/^\n+/gm, '') |
{ | ||
"name": "clean-publish", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Clean your package before publish", | ||
@@ -11,2 +11,5 @@ "keywords": [ | ||
], | ||
"engines": { | ||
"node": ">= 16.0.0" | ||
}, | ||
"author": "Shashkov Danil <shashkovdanil@gmail.com>", | ||
@@ -23,5 +26,5 @@ "license": "MIT", | ||
"fast-glob": "^3.2.11", | ||
"lilconfig": "^2.0.4", | ||
"micromatch": "^4.0.4" | ||
"lilconfig": "^2.0.5", | ||
"micromatch": "^4.0.5" | ||
} | ||
} |
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
22604
702
Updatedlilconfig@^2.0.5
Updatedmicromatch@^4.0.5