Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Commit d8c03fd

Browse files
committed
chore: release 5.0.0
1 parent c2bda09 commit d8c03fd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "interchat",
33
"private": true,
4-
"version": "4.3.0",
4+
"version": "5.0.0",
55
"description": "A growing Discord bot which provides inter-server chat!",
66
"main": "build/index.js",
77
"license": "AGPL-3.0-only",
@@ -67,7 +67,9 @@
6767
}
6868
},
6969
"lint-staged": {
70-
"*.ts": ["eslint --cache --fix"]
70+
"*.ts": [
71+
"eslint --cache --fix"
72+
]
7173
},
7274
"imports": {
7375
"#src/*.js": "./build/*.js",

0 commit comments

Comments
 (0)