diff options
Diffstat (limited to 'diplomacy/web/package.json')
-rw-r--r-- | diplomacy/web/package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/diplomacy/web/package.json b/diplomacy/web/package.json index bc6ab38..241632c 100644 --- a/diplomacy/web/package.json +++ b/diplomacy/web/package.json @@ -1,6 +1,7 @@ { "name": "web", "version": "0.1.0", + "homepage": ".", "private": true, "dependencies": { "@githubprimer/octicons-react": "^8.5.0", @@ -11,6 +12,7 @@ "prop-types": "^15.7.2", "react": "^16.8.6", "react-dom": "^16.8.6", + "react-helmet": "^5.2.1", "react-inlinesvg": "^0.8.4", "react-scripts": "^3.0.1", "react-scrollchor": "^6.0.0", |