Skip to content

Commit 66357af

Browse files
committed
fix codacy unsupported features err
1 parent 7d90e0f commit 66357af

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

package-lock.json

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"name": "chessweeper",
44
"version": "1.0.0",
55
"description": "Chess X Minesweeper",
6+
"engines": {
7+
"node": ">=18.0.0"
8+
},
69
"scripts": {
710
"start": "vite",
811
"preview": "vite preview",

0 commit comments

Comments
 (0)