files
This commit is contained in:
parent
a3d3ca5722
commit
33a37c1060
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
"description": "Complete framework to facilitate music commands using discord.js",
|
"description": "Complete framework to facilitate music commands using discord.js",
|
||||||
"main": "lib/src/index.js",
|
"main": "lib/src/index.js",
|
||||||
"types": "lib/src/index.d.ts",
|
"types": "lib/src/index.d.ts",
|
||||||
|
"files": ["lib/"],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "yarn build && cd test && node index.js",
|
"test": "yarn build && cd test && node index.js",
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
|
|
Loading…
Reference in a new issue