misc changes

This commit is contained in:
Wyatt J. Miller 2020-02-21 21:39:00 -05:00
parent 679269f9e2
commit 485ca25070
3 changed files with 4 additions and 6 deletions

6
.gitignore vendored
View File

@ -1,6 +1,4 @@
vendor vendor/
.vscode .vscode/
composer.json
composer.lock
.eslintrc.json .eslintrc.json

View File

@ -1,6 +1,6 @@
{ {
"name": "wyatt/my-website", "name": "wyatt/my-website",
"description": "A personal website for Wyatt J. Millrt", "description": "A personal website for Wyatt J. Miller",
"type": "project", "type": "project",
"require": { "require": {
"squizlabs/php_codesniffer": "^3.2" "squizlabs/php_codesniffer": "^3.2"

View File

@ -1,6 +1,6 @@
/* /*
Twitch player for my personal site Twitch player for my personal site
Created by Wyatt J. Miller, published by Entourage Solutions Created by Wyatt J. Miller, published by Miller Web Solutions
Made possible by the folks at Twitch, thanks guys ;) Made possible by the folks at Twitch, thanks guys ;)
Licensed by the MIT Licensed by the MIT
*/ */