Skip to content

Commit

Permalink
.5 ee
Browse files Browse the repository at this point in the history
  • Loading branch information
cobaltt7 committed Sep 26, 2022
1 parent da93075 commit e21797a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scradd",
"version": "2.0.4",
"version": "2.0.5",
"private": true,
"description": "Custom Discord bot for the Scratch Addons server.",
"homepage": "https://discord.gg/FPv957V6SD",
Expand All @@ -15,7 +15,7 @@
"build": "tsc --project tsconfig.json",
"dev": "tsc --project tsconfig.json --watch",
"format": "prettier --write \"**\" \"!dist/**\" --ignore-unknown",
"prepare": "cp pre-commit .git/hooks/ && chmod ug+x .git/hooks/",
"prepare": "[ -d .git/hooks/ ] && cp pre-commit .git/hooks/ && chmod ug+x .git/hooks/",
"serve": "nodemon . --watch dist",
"start": "node ."
},
Expand Down

0 comments on commit e21797a

Please sign in to comment.