Skip to content

Commit

Permalink
Merge pull request #168 from iminlikewithyou/global-commands
Browse files Browse the repository at this point in the history
fix cross-env on production
  • Loading branch information
iminlikewithyou authored Jul 28, 2024
2 parents c04e58f + 2826885 commit d55c7fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 20 deletions.
24 changes: 5 additions & 19 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"dependencies": {
"@discordjs/rest": "^1.1.0",
"app-root-path": "^3.1.0",
"cross-env": "^7.0.3",
"crypto": "^1.0.1",
"discord.js": "^14.8.0",
"dotenv": "^16.0.2",
Expand All @@ -33,7 +34,6 @@
},
"devDependencies": {
"@types/node": "^20.4.5",
"cross-env": "^7.0.3",
"nodemon": "^2.0.20",
"ts-node": "^10.9.1",
"tslib": "^2.6.1"
Expand Down

0 comments on commit d55c7fa

Please sign in to comment.