fix 🔨: improve packaging and TypeScript configuration

This commit is contained in:
Ante Budimir 2025-03-05 19:55:03 +02:00
parent 44aba9484a
commit c616fb02dc
3 changed files with 6 additions and 4 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@antebudimir/eslint-plugin-vanilla-extract",
"version": "1.1.0",
"version": "1.1.1",
"description": "ESLint plugin for enforcing CSS ordering in vanilla-extract styles",
"author": "Ante Budimir",
"license": "MIT",
@ -35,7 +35,9 @@
}
},
"files": [
"dist"
"dist",
"LICENSE",
"README.md"
],
"scripts": {
"build": "tsc",