From 4e9e7802a54373e745d2aa6b3f7a4eba8b6b14c8 Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Sat, 4 Jul 2015 15:55:31 +0430 Subject: [PATCH] Include "directories" in npm --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f7b5d11..5d00231 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "telegram-api", - "version": "0.4.2", + "version": "0.4.3", "description": "Control Telegram bots easily using the new Telegram API", "main": "index.js", "scripts": { @@ -21,6 +21,7 @@ "bugs": { "url": "https://github.com/mdibaiee/node-telegram-api/issues" }, + "files": ["types"], "directories": { "lib": "lib" },