.gitignore and v0.2.0

This commit is contained in:
2026-08-12 03:44:07 -06:00
parent 26851fa750
commit 8f009bb1ed
22 changed files with 1175 additions and 25 deletions
+3 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@omaresquivel/design-system",
"version": "0.1.0",
"version": "0.2.0",
"private": false,
"type": "module",
"files": [
@@ -24,11 +24,13 @@
"typecheck": "vue-tsc --noEmit -p tsconfig.app.json",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"build:lib": "vite build",
"build:playground": "vite build --config vite.playground.config.ts",
"build": "npm run build:lib && npm run build:playground",
"format": "prettier --write .",
"format:check": "prettier --check .",
"check": "npm run typecheck && npm test && npm run format:check && npm run build",
"prepublishOnly": "npm run typecheck && npm test && npm run build:lib"
},
"peerDependencies": {