Skip to content

Commit

Permalink
Update package.json version and add "owner" dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr5ecret committed Jan 15, 2024
1 parent c8c2f22 commit 49d3b89
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flex-gamecord",
"version": "4.2.3",
"version": "4.2.4",
"description": "Discord Gamecord is a powerful npm package with a collection of minigames for your discord bot",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,8 @@
"canvas": "^2.11.2",
"discord.js": "^14.14.1",
"html-entities": "^2.3.3",
"node-fetch": "^2.6.7"
"node-fetch": "^2.6.7",
"owner": "^0.1.0"
},
"repository": {
"type": "git",
Expand All @@ -47,5 +48,8 @@
},
"directories": {
"src": "src"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit 49d3b89

Please sign in to comment.