From 2daacc7e1307f75b9ce033425e9d9fa1c6f4a64e Mon Sep 17 00:00:00 2001 From: Mathias Schopmans Date: Thu, 7 Mar 2024 14:37:37 +0100 Subject: [PATCH] chore: add robots.txt and update deps --- package-lock.json | 4 ++-- public/robots.txt | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 public/robots.txt diff --git a/package-lock.json b/package-lock.json index 34805cb..9c3e024 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,8 +13,8 @@ } }, "node_modules/aoe_technology_radar": { - "version": "4.0.0-alpha.6", - "resolved": "git+ssh://git@github.com/AOEpeople/aoe_technology_radar.git#ba8206361965293ea05af774a50557aa1b2d8d3e", + "version": "4.0.0-alpha.7", + "resolved": "git+ssh://git@github.com/AOEpeople/aoe_technology_radar.git#889b4806ccfcedf1aec5c76e0d8a9ecedd88158e", "hasInstallScript": true, "bin": { "techradar": "bin/techradar.js" diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..6f27bb6 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: \ No newline at end of file