From 416029aafbd55014ef5731d199d59fe725ac452a Mon Sep 17 00:00:00 2001 From: Rob Larsen Date: Fri, 3 Mar 2023 21:25:44 -0500 Subject: [PATCH] Removing humans.txt reference (#2929) * Removing humans.txt reference * tidying up --- docs/extend.md | 8 -------- docs/usage.md | 6 ------ package-lock.json | 12 ++++++------ package.json | 3 +-- 4 files changed, 7 insertions(+), 22 deletions(-) diff --git a/docs/extend.md b/docs/extend.md index d626a5ce..0e340473 100644 --- a/docs/extend.md +++ b/docs/extend.md @@ -16,7 +16,6 @@ everything fits with everyone's needs. * [Social Networks](#social-networks) * [URLs](#urls) * [Web Apps](#web-apps) -* [humans.txt](#humanstxt) * [security.txt](#security.txt) @@ -358,13 +357,6 @@ Currently, the `theme-color` meta extension is supported by [Chrome 39+ for Android Lollipop](https://developers.google.com/web/updates/2014/11/Support-for-theme-color-in-Chrome-39-for-Android). -### humans.txt - -You can include a `humans.txt` file in the root of your site which can be used -to provide information about people involved with the website. - -For more information about `humans.txt`, please see: https://humanstxt.org/ - ### security.txt When security risks in web services are discovered by users they often lack the diff --git a/docs/usage.md b/docs/usage.md index 2ae5f043..87761532 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -41,7 +41,6 @@ A basic HTML5 Boilerplate site initially looks something like this: ├── .editorconfig ├── 404.html ├── favicon.ico -├── humans.txt ├── icon.png ├── icon.svg ├── index.html @@ -91,11 +90,6 @@ need to integrate this starting HTML with your setup. Make sure that you update the URLs for the referenced CSS and JavaScript if you modify the directory structure at all. -### humans.txt - -Edit this file to include the team that worked on your site/app, and the -technology powering it. - ### package.json Edit this file to describe your application, add dependencies, scripts and diff --git a/package-lock.json b/package-lock.json index d7f148e4..71629ee4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1372,9 +1372,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001361", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001361.tgz", - "integrity": "sha512-ybhCrjNtkFji1/Wto6SSJKkWk6kZgVQsDq5QI83SafsF6FXv2JB4df9eEdH6g8sdGgqTXrFLjAxqBGgYoU3azQ==", + "version": "1.0.30001460", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001460.tgz", + "integrity": "sha512-Bud7abqjvEjipUkpLs4D7gR0l8hBYBHoa+tGtKJHvT2AYzLp1z7EmVkUT4ERpVUfca8S2HGIVs883D8pUH1ZzQ==", "dev": true, "funding": [ { @@ -12545,9 +12545,9 @@ "dev": true }, "caniuse-lite": { - "version": "1.0.30001361", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001361.tgz", - "integrity": "sha512-ybhCrjNtkFji1/Wto6SSJKkWk6kZgVQsDq5QI83SafsF6FXv2JB4df9eEdH6g8sdGgqTXrFLjAxqBGgYoU3azQ==", + "version": "1.0.30001460", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001460.tgz", + "integrity": "sha512-Bud7abqjvEjipUkpLs4D7gR0l8hBYBHoa+tGtKJHvT2AYzLp1z7EmVkUT4ERpVUfca8S2HGIVs883D8pUH1ZzQ==", "dev": true }, "chalk": { diff --git a/package.json b/package.json index 5261ad3e..533bd1f9 100644 --- a/package.json +++ b/package.json @@ -64,6 +64,5 @@ "dist/", "modernizr-config.json", "README.md" - ], - "dependencies": {} + ] }