From bf790cbf7ceb74b7de792b114d0d0af1b4ff19e7 Mon Sep 17 00:00:00 2001 From: hydrabolt Date: Mon, 17 Aug 2015 21:03:08 +0100 Subject: [PATCH] small package changes 2.6.0 --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index baf6cd864..2c275f233 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discord.js", - "version": "2.5.0", + "version": "2.6.0", "description": "A way to interface with the Discord API", "main": "index.js", "scripts": { @@ -14,7 +14,8 @@ "discord", "api", "bot", - "client" + "client", + "node" ], "author": "Amish Shah ", "license": "Apache-2.0",