Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mullwar committed Apr 28, 2017
1 parent fe13ec7 commit fd17178
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "telebot",
"version": "1.0.7",
"description": "Easy way to write Telegram bots.",
"description": "The easy way to write Telegram bots.",
"main": "lib/telebot.js",
"engines": {
"node": ">= 6.0.0"
Expand All @@ -17,7 +17,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/kosmodrey/telebot.git"
"url": "https://github.com/mullwar/telebot.git"
},
"keywords": [
"bot",
Expand All @@ -29,10 +29,10 @@
"telegram bot",
"telegram bot api"
],
"author": "Kosmodrey <[email protected]>",
"author": "Mullwar <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/kosmodrey/telebot/issues"
"url": "https://github.com/mullwar/telebot/issues"
},
"homepage": "https://github.com/kosmodrey/telebot"
"homepage": "https://github.com/mullwar/telebot"
}

0 comments on commit fd17178

Please sign in to comment.