update package file

This commit is contained in:
Alexander Popov 2021-02-27 01:42:42 +03:00
parent c182f19c09
commit f9fe61de6f
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,6 @@
[ ] Localization
[ ] Fix GAME tab for not refresh page
[ ] Show word if lose
[ ] Android manifest
[+] Keyboard fit
[+] Game Statistics

View File

@ -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 ."
}
}