diff options
author | notoraptor <notoraptor@users.noreply.github.com> | 2019-07-16 10:39:16 -0400 |
---|---|---|
committer | Philip Paquette <pcpaquette@gmail.com> | 2019-07-16 10:39:16 -0400 |
commit | 09be214dfa0741df2399c3e0c928929138de226b (patch) | |
tree | 3d76cb1d9e6f3cd5452563b476fb251103fd3ec7 /diplomacy/web/package.json | |
parent | 5c71a0f73717bffefb5e23a9e100adb62fc54a61 (diff) |
[web] Add a button to delete game. (#39)
- [server] Also delete game from RAM.
Diffstat (limited to 'diplomacy/web/package.json')
-rw-r--r-- | diplomacy/web/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/diplomacy/web/package.json b/diplomacy/web/package.json index 241632c..1b57985 100644 --- a/diplomacy/web/package.json +++ b/diplomacy/web/package.json @@ -14,7 +14,7 @@ "react-dom": "^16.8.6", "react-helmet": "^5.2.1", "react-inlinesvg": "^0.8.4", - "react-scripts": "^3.0.1", + "react-scripts": "3.0.1", "react-scrollchor": "^6.0.0", "react-shortcut": "^1.0.6" }, |