esbuild-ignore-with-comments-plugin
Advanced tools
Comparing version 0.3.13 to 0.3.14
{ | ||
"name": "esbuild-ignore-with-comments-plugin", | ||
"version": "0.3.13", | ||
"version": "0.3.14", | ||
"description": "esbuild Plugin for ignoring files with specific comments in them", | ||
@@ -32,7 +32,7 @@ "keywords": [ | ||
"publish": "utils-git changed --exec \"yarn npm publish $@\"", | ||
"test-ci": "jest --passWithNoTests --config=./jest.config.js --runInBand", | ||
"test": "jest --passWithNoTests --config=./jest.config.js --runInBand", | ||
"version:apply": "utils-git changed --exec \"yarn version $@ && yarn version apply\"" | ||
}, | ||
"devDependencies": { | ||
"@goldstack/utils-git": "0.2.10", | ||
"@goldstack/utils-git": "0.2.11", | ||
"@swc/core": "^1.9.3", | ||
@@ -39,0 +39,0 @@ "@swc/jest": "^0.2.37", |
9595