From 485ca2507064b973d74164005b09a98fbe993c6a Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Fri, 21 Feb 2020 21:39:00 -0500 Subject: [PATCH] misc changes --- .gitignore | 6 ++---- composer.json | 2 +- src/twitch-player.js | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index b577859..54849d1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,4 @@ -vendor -.vscode -composer.json -composer.lock +vendor/ +.vscode/ .eslintrc.json diff --git a/composer.json b/composer.json index 68e8bcd..32171ee 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "wyatt/my-website", - "description": "A personal website for Wyatt J. Millrt", + "description": "A personal website for Wyatt J. Miller", "type": "project", "require": { "squizlabs/php_codesniffer": "^3.2" diff --git a/src/twitch-player.js b/src/twitch-player.js index c5c7028..870094f 100644 --- a/src/twitch-player.js +++ b/src/twitch-player.js @@ -1,6 +1,6 @@ /* 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 ;) Licensed by the MIT */