mirror of
https://github.com/danbulant/discord.js
synced 2026-06-06 16:22:08 +00:00
small package changes 2.6.0
This commit is contained in:
parent
93361925ab
commit
bf790cbf7c
1 changed files with 3 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "discord.js",
|
"name": "discord.js",
|
||||||
"version": "2.5.0",
|
"version": "2.6.0",
|
||||||
"description": "A way to interface with the Discord API",
|
"description": "A way to interface with the Discord API",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
@ -14,7 +14,8 @@
|
||||||
"discord",
|
"discord",
|
||||||
"api",
|
"api",
|
||||||
"bot",
|
"bot",
|
||||||
"client"
|
"client",
|
||||||
|
"node"
|
||||||
],
|
],
|
||||||
"author": "Amish Shah <amishshah.2k@gmail.com>",
|
"author": "Amish Shah <amishshah.2k@gmail.com>",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue