Removing humans.txt reference (#2929)

* Removing humans.txt reference

* tidying up
This commit is contained in:
Rob Larsen
2023-03-03 21:25:44 -05:00
committed by GitHub
parent f6bce9eae3
commit 416029aafb
4 changed files with 7 additions and 22 deletions

View File

@@ -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

View File

@@ -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

12
package-lock.json generated
View File

@@ -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": {

View File

@@ -64,6 +64,5 @@
"dist/",
"modernizr-config.json",
"README.md"
],
"dependencies": {}
]
}