Skip to content

Commit be8c083

Browse files
committed
2.4.1
1 parent cd5667c commit be8c083

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,23 @@
11
{
22
"name": "lavalink-client",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "Easy, flexible and feature-rich lavalink@v4 Client. Both for Beginners and Proficients.",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",
77
"types": "dist/types/index.d.js",
88
"scripts": {
99
"build": "npm run tool:clean && npm run build:all && npm run tool:fixbuild",
10-
1110
"build:bun": "bun run tool:clean && bun run build:all:bun && bun run tool:fixbuild",
1211
"build:all:bun": "bun run build:cjs && bun run build:esm && bun run build:types",
13-
1412
"build:all": "npm run build:cjs && npm run build:esm && npm run build:types",
1513
"build:cjs": "tsc -p tools/config/tsconfig.cjs.json && tsc-alias -p tools/config/tsconfig.cjs.json",
1614
"build:esm": "tsc -p tools/config/tsconfig.esm.json && tsc-alias -p tools/config/tsconfig.esm.json",
1715
"build:types": "tsc -p tools/config/tsconfig.types.json && tsc-alias -p tools/config/tsconfig.types.json",
18-
1916
"tool:clean": "node tools/cleanup.js",
2017
"tool:fixbuild": "node tools/fixup.js",
21-
2218
"lint": "eslint .",
2319
"lint:fix": "npm run lint -- --fix",
24-
2520
"test": "node -v",
26-
2721
"prepublishOnly": "npm run build",
2822
"prepare": "npm run build"
2923
},

0 commit comments

Comments
 (0)