From f9fe61de6f50415fd9cc3afa251a7e71b9904485 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Sat, 27 Feb 2021 01:42:42 +0300 Subject: [PATCH] update package file --- TODO.md | 3 +++ package.json | 8 +++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index e863699..4116f04 100644 --- a/TODO.md +++ b/TODO.md @@ -1,3 +1,6 @@ +[ ] Localization +[ ] Fix GAME tab for not refresh page +[ ] Show word if lose [ ] Android manifest [+] Keyboard fit [+] Game Statistics diff --git a/package.json b/package.json index 40859d9..08892d2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,10 @@ "name": "hgman", "version": "2.0.2", "description": "", - "keywords": [], + "keywords": [ + "game", + "word" + ], "author": "Alexander Popov", "license": "MIT", "browserslist": [ @@ -11,5 +14,8 @@ ], "dependencies": { "chota": "0.8.0" + }, + "scripts": { + "server": "python3.7 -m http.server --directory ." } }