From 5d03ecb694fdc07d4602f6dee108c1adac8618de Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Mon, 19 Oct 2020 22:03:24 -0700 Subject: [PATCH] Test workflow commit --- build/javascript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/javascript/package.json b/build/javascript/package.json index 15f6f6a63..910f2f5c4 100644 --- a/build/javascript/package.json +++ b/build/javascript/package.json @@ -34,6 +34,6 @@ "test": "echo \"Error: no test specified\" && exit 1", "build": "npm install && npx snowpack install && cp node_modules/video.js/dist/video-js.min.css web_modules/videojs && cp -R web_modules ../../webroot/js" }, - "author": "", + "author": "Owncast", "license": "ISC" }