Skip to content

Commit 7ca140d

Browse files
committed
Rename the project
1 parent 745285f commit 7ca140d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# ChessAnalyser
1+
# ChessHue

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>Chess Analyser</title>
5+
<title>ChessHue</title>
66

77
<link rel="stylesheet" type="text/css" href="node_modules/chessground/assets/chessground.base.css" />
88
<link rel="stylesheet" type="text/css" href="node_modules/chessground/assets/chessground.brown.css" />

package-lock.json

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

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "chess-analyser",
3-
"productName": "ChessAnalyser",
2+
"name": "chess-hue",
3+
"productName": "ChessHue",
44
"version": "0.1.0",
55
"description": "GUI for analysis of chess games, with automatic move classification.",
66
"keywords": [
@@ -20,7 +20,7 @@
2020
"vue",
2121
"javascript"
2222
],
23-
"repository": "https://github.com/adamsol/ChessAnalyser",
23+
"repository": "https://github.com/adamsol/ChessHue",
2424
"license": "GPL-3.0",
2525
"author": {
2626
"name": "Adam Sołtysik",

0 commit comments

Comments
 (0)