Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
Signed-off-by: RedGuy12 <paul@reid-family.org>
  • Loading branch information
cobaltt7 committed Jul 29, 2022
1 parent 7654ae7 commit e0c81ab
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,7 +1,7 @@
{
"private": true,
"name": "scradd",
"version": "1.9.5",
"version": "1.9.6",
"description": "Custom Discord bot for the Scratch Addons server.",
"license": "MIT",
"homepage": "https://discord.gg/Cs25kzs889",
Expand All @@ -12,7 +12,7 @@
"type": "module",
"main": "index.js",
"scripts": {
"dev": "nodemon . --harmony --trace-warnings",
"dev": "nodemon .",
"format": "prettier --write \"**\" --ignore-unknown && prettier-package-json --write",
"start": "node .",
"types": "tsc --project jsconfig.json"
Expand Down

0 comments on commit e0c81ab

Please sign in to comment.