From 9bfad4d8fdb2b4f667131ff1a08afbb9cb7137a3 Mon Sep 17 00:00:00 2001 From: Nathaniel Tampus Date: Mon, 6 Feb 2023 15:37:31 +0800 Subject: [PATCH 1/2] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d74ea9..e612117 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # chessu -> ❗ This project is still in the early stages of development and should be considered unstable. Expect bugs and weird behavior. (see [#1](https://github.com/nizewn/chessu/issues/1)) +> ❗ This project is currently undergoing a major refactor in the `dev` branch. (see [#4](https://github.com/nizewn/chessu/pull/4)) Online 2-player chess. Live demo at [ches.su](https://ches.su) From 20bcb98335740145ac842b85f82d2b796d108f4d Mon Sep 17 00:00:00 2001 From: Nathaniel Tampus Date: Mon, 6 Feb 2023 15:37:58 +0800 Subject: [PATCH 2/2] lock chess.js to beta 2 to avoid esm issues --- server/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/package.json b/server/package.json index e42f835..9e07f75 100644 --- a/server/package.json +++ b/server/package.json @@ -6,7 +6,7 @@ "dev": "ts-node-dev src/server.ts" }, "dependencies": { - "chess.js": "^1.0.0-beta.1", + "chess.js": "1.0.0-beta.2", "connect-pg-simple": "^8.0.0", "cors": "^2.8.5", "dotenv": "^16.0.3",