chore 🔨: add .npmignore to exclude development files from npm package

This commit is contained in:
Ante Budimir 2025-03-05 20:55:58 +02:00
parent c616fb02dc
commit 223a81dddf
3 changed files with 4 additions and 2 deletions

View file

@ -5,7 +5,7 @@ import customOrderRule from './css-rules/custom-order/rule-definition.js';
export const vanillaExtract = {
meta: {
name: '@antebudimir/eslint-plugin-vanilla-extract',
version: '1.1.1',
version: '1.1.2',
},
rules: {
'alphabetical-order': alphabeticalOrderRule,