mirror of
https://github.com/antebudimir/eslint-plugin-vanilla-extract.git
synced 2025-12-31 17:03:32 +00:00
chore 🔧: exclude test directories from published package
This commit is contained in:
parent
fb77b52800
commit
5557409368
3 changed files with 8 additions and 3 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue