chore 🔧: exclude test directories from published package

This commit is contained in:
Ante Budimir 2025-03-10 21:12:32 +02:00
parent fb77b52800
commit 5557409368
3 changed files with 8 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@antebudimir/eslint-plugin-vanilla-extract",
"version": "1.4.6",
"version": "1.4.7",
"description": "ESLint plugin for enforcing best practices in vanilla-extract CSS styles, including CSS property ordering and additional linting rules.",
"author": "Ante Budimir",
"license": "MIT",
@ -38,6 +38,7 @@
"dist",
"LICENSE",
"README.md",
"!dist/**/__tests__",
"!dist/css-sample/"
],
"scripts": {