mirror of
https://github.com/danbulant/discord.js
synced 2026-07-05 11:10:38 +00:00
Fixed package.json....
This commit is contained in:
parent
eab6837f87
commit
70f2dfef3e
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
"description": "A way to interface with the Discord API",
|
"description": "A way to interface with the Discord API",
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepublish": "grunt dist"
|
"prepublish": "grunt dist",
|
||||||
"test": "node ./test/bot.js"
|
"test": "node ./test/bot.js"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue