From 16cf9eb9b3869f4b9b6678be2f1dfaf6a7f6d0d3 Mon Sep 17 00:00:00 2001 From: Elijah Bigham Date: Fri, 3 Nov 2023 16:49:14 -0400 Subject: [PATCH] changed package-name to conform to npm standard --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9ed0799..f455d75 100644 --- a/package.json +++ b/package.json @@ -3,9 +3,9 @@ "electron": "^27.0.3", "kayn": "^0.10.2" }, - "name": "openoverlay", + "name": "open-overlay", "description": "This document proposes application that is a desktop (or potentially web) application that is a companion to the popular video game League of Legends. League of Legends is a complicated game that relies heavily on knowledge of its mechanics as a form of skill expression, thus many applications exist as supplements to provide information to players. However, many of these apps are monetized by showing ads or potentially by selling user data. Thus, I intend to create an open source program that provides a visual user interface that aids player decision making at the start of the game by relying on data provided by Riot Games through public APIs.", - "version": "1.0.0", + "version": "1.0.1", "main": "main.js", "dependencies": { "ajv": "^6.12.6",