esbuild-ignore-with-comments-plugin
Advanced tools
Comparing version 0.3.8 to 0.3.9
{ | ||
"name": "esbuild-ignore-with-comments-plugin", | ||
"version": "0.3.8", | ||
"version": "0.3.9", | ||
"description": "esbuild Plugin for ignoring files with specific comments in them", | ||
@@ -36,3 +36,5 @@ "keywords": [ | ||
"devDependencies": { | ||
"@goldstack/utils-git": "0.2.6", | ||
"@goldstack/utils-git": "0.2.7", | ||
"@swc/core": "^1.3.55", | ||
"@swc/jest": "^0.2.26", | ||
"@types/jest": "^29.0.1", | ||
@@ -39,0 +41,0 @@ "@types/node": "^18.7.13", |
9612
10