Skip to content

Commit

Permalink
(bugfix) explicitly call out dependencies to avoid require errors in …
Browse files Browse the repository at this point in the history
…some contexts
  • Loading branch information
Mimickal committed Sep 10, 2023
1 parent 196e40b commit 1471caf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
"author": "Mimickal",
"license": "LGPL-3.0",
"peerDependencies": {
"@discordjs/builders": "^1.1.0",
"discord.js": "^14"
},
"devDependencies": {
"@sapphire/shapeshift": "^3.9.0",
"@types/chai": "^4.3.5",
"@types/chai-as-promised": "^7.1.5",
"@types/mocha": "^10.0.1",
Expand All @@ -58,6 +58,7 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@sapphire/shapeshift": "^3.9.0",
"commander": "^10.0.1"
}
}

0 comments on commit 1471caf

Please sign in to comment.