Skip to content

Commit

Permalink
fix: Fixed Countdown behaviour.
Browse files Browse the repository at this point in the history
  • Loading branch information
Byloth committed Sep 11, 2024
1 parent 57af8c0 commit f6c526a
Show file tree
Hide file tree
Showing 4 changed files with 458 additions and 79 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,20 @@
"preview": "vite preview",
"typecheck": "tsc",
"lint": "eslint --ext .cjs,.js,.json,.ts --ignore-path .gitignore .",
"test": "vitest",
"prepare": "husky",
"ci": "pnpm install --frozen-lockfile"
},
"devDependencies": {
"@byloth/eslint-config-typescript": "^2.8.2",
"@types/node": "^20.16.2",
"@types/node": "^20.16.5",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.0",
"husky": "^9.1.5",
"typescript": "^5.5.4",
"vite": "^5.4.2"
"typescript": "^5.6.2",
"vite": "^5.4.4",
"vitest": "^2.0.5"
},
"packageManager": "[email protected]+sha512.ee7b93e0c2bd11409c6424f92b866f31d3ea1bef5fbe47d3c7500cdc3c9668833d2e55681ad66df5b640c61fa9dc25d546efa54d76d7f8bf54b13614ac293631"
}
Loading

0 comments on commit f6c526a

Please sign in to comment.