From dd3c8e94e88117c263196d38425996a9f20ede71 Mon Sep 17 00:00:00 2001 From: SocketSomeone Date: Wed, 18 Sep 2024 05:12:37 +0300 Subject: [PATCH] chore: fix package json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b803bd5..41c33a5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@necord/lavalink", "description": "🎵 A implementation of lavalink-client for Necord", - "version": "0.0.1", + "version": "1.0.0", "scripts": { "build": "rimraf dist && tsc -p tsconfig.build.json", "prepublish:npm": "npm run build", @@ -25,7 +25,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/necordjs/lavalink" + "url": "git+https://github.com/necordjs/lavalink.git" }, "bugs": { "url": "https://github.com/necordjs/lavalink"