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