fix "files" array npm

This commit is contained in:
Mahdi Dibaiee 2015-07-04 15:59:51 +04:30
parent 4e9e7802a5
commit 4223613c16

View File

@ -1,6 +1,6 @@
{
"name": "telegram-api",
"version": "0.4.3",
"version": "0.4.4",
"description": "Control Telegram bots easily using the new Telegram API",
"main": "index.js",
"scripts": {
@ -21,7 +21,7 @@
"bugs": {
"url": "https://github.com/mdibaiee/node-telegram-api/issues"
},
"files": ["types"],
"files": ["types", "build", "index.js"],
"directories": {
"lib": "lib"
},