Skip to content

Commit

Permalink
Fix counter app
Browse files Browse the repository at this point in the history
  • Loading branch information
allevo committed Nov 16, 2024
1 parent 60df00d commit 1693391
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/counter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"biome:check": "biome check --apply src tests",
"start": "vite -c vite.config.js",
"build": "vite build --emptyOutDir -c vite.config.js",
"depcheck": "depcheck --ignores @types/css-modules .",
"depcheck": "depcheck --ignores @types/css-modules,autoprefixer,typescript .",
"serve:static": "serve dist"
},
"keywords": [],
Expand All @@ -23,6 +23,7 @@
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.4.2",
"@types/css-modules": "^1.0.5",
"autoprefixer": "^10.4.2",
"depcheck": "^1.4.7",
"jsdom": "^24.0.0",
"npm-run-all": "^4.1.5",
Expand Down

0 comments on commit 1693391

Please sign in to comment.