From f6495af81caffb5eda09c11520387ce745265967 Mon Sep 17 00:00:00 2001 From: izy521 Date: Tue, 16 Aug 2016 23:28:16 +0300 Subject: [PATCH] Version 2.0.0 --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 1705b3f7..8aae5b86 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,8 @@ { "name": "discord.io", - "version": "1.13.4", + "version": "2.0.0", "description": "JavaScript interface for Discord.", "main": "./lib/index.js", - "typings": "./typings/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },