kawalink 1.0.1 → 1.2.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kawalink",
3
- "version": "1.0.1",
3
+ "version": "1.2.14",
4
4
  "description": "The best lavalink client for discord.js easy for use, thx fork from sakulink",
5
5
  "keywords": [
6
6
  "performance",
@@ -14,9 +14,9 @@
14
14
  "license": "ISC",
15
15
  "author": "Kasawa",
16
16
  "type": "commonjs",
17
- "main": "dist/index.js",
17
+ "main": "@dist/index.js",
18
18
  "files": [
19
- "dist"
19
+ "@dist"
20
20
  ],
21
21
  "scripts": {
22
22
  "test": "echo \"Error: no test specified\" && exit 1",