Skip to content

Commit

Permalink
Merge pull request #10 from Idris1401/relase
Browse files Browse the repository at this point in the history
chore: bump release
  • Loading branch information
Sopow authored Oct 9, 2022
2 parents 855b27d + 8c1a9c2 commit f5c1e5a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "modmail.djs",
"version": "1.0.6",
"description": "A simple discord.js module that let you create a discord modmail with JavaScript.",
"main": "lib/index.js",
"version": "1.0.7",
"description": "A simple discord.js module that let you create a discord modmail with javascript",
"main": "lib/src/index.js",
"types": "lib/index.d.ts",
"directories": {
"test": "test"
Expand Down Expand Up @@ -31,8 +31,8 @@
"url": "https://github.com/Sopow/modmail.djs/issues"
},
"dependencies": {
"discord.js": "^14.5.0",
"modmail.djs": "^1.0.3"
"discord.js": "^14.3.0",
"modmail.djs": "^1.0.7"
},
"devDependencies": {
"typescript": "^4.8.4"
Expand Down

0 comments on commit f5c1e5a

Please sign in to comment.