Skip to content

Commit

Permalink
changed package-name to conform to npm standard
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahbigham committed Nov 3, 2023
1 parent b98265c commit 16cf9eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 16cf9eb

Please sign in to comment.