diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-07-21 17:59:21 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-07-21 17:59:21 +0530 |
commit | d0fa20751e07651cc4431418041ceab8b8065078 (patch) | |
tree | 1b8dd2a641d60bd36a528fa9e5a38ecc931da398 /package.json | |
parent | e63a518433fe636596d5b61631f906af186341ea (diff) |
Bug Fix: score doesn't increase on draw
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 281c7f8..05ace5d 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "@types/node": "^12.0.0", "@types/react": "^17.0.0", "@types/react-dom": "^17.0.0", + "express": "^4.17.1", "react": "^17.0.2", "react-dom": "^17.0.2", "react-scripts": "4.0.3", |