Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
shysolocup authored Sep 21, 2023
1 parent 46954f0 commit 3152677
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pangine",
"version": "1.1.2",
"version": "1.2.0",
"author": "paigeroid",
"description": "a Discord.JS multiplayer minigame framework using WillClient and Stews",
"repository": {
Expand All @@ -19,7 +19,8 @@
"@discordjs/voice": "latest",
"node-fetch": "latest",
"willclient": "latest",
"stews": "latest"
"stews": "latest",
"aepl": "latest"
},
"keywords": [
"discord.js",
Expand All @@ -28,7 +29,9 @@
"discord-games",
"minigames",
"framework",
"pangine"
"pangine",
"aepl",
"stews"
],
"homepage": "https://github.com/paigeroid/pangine",
"main": "src/index.js"
Expand Down

0 comments on commit 3152677

Please sign in to comment.