Skip to content

Commit

Permalink
chore: fix package json
Browse files Browse the repository at this point in the history
  • Loading branch information
SocketSomeone committed Sep 18, 2024
1 parent d575d00 commit dd3c8e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand Down

0 comments on commit dd3c8e9

Please sign in to comment.