From 4598f90183ac753b508e0375f710decef9ae1fff Mon Sep 17 00:00:00 2001 From: Amish Shah Date: Sun, 4 Sep 2016 12:45:59 +0100 Subject: [PATCH] bump to 8.0.0 --- package.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index aabb09cd0..b2902ed95 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "discord.js", - "version": "7.0.0", - "description": "A way to interface with the Discord API", + "version": "9.0.0", + "description": "A powerful library for interacting with the Discord API", "main": "./src/index", "scripts": { "test": "eslint src/", @@ -41,9 +41,5 @@ }, "engines": { "node": ">=6.0.0" - }, - "browser": { - "./src/Util/TokenCacher.js": "./src/Util/TokenCacher-shim.js", - "./lib/Util/TokenCacher.js": "./lib/Util/TokenCacher-shim.js" } }