Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Commit

Permalink
adjust package.json for 1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jfowl committed Mar 2, 2019
1 parent 94d214e commit 0e1d1d6
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
{
"name": "newgetidsbot",
"name": "telegram-bot-getids",
"version": "1.0.0",
"description": "",
"description": "Telegram Bot that prints out detailed informations about users, chats and media.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"scripts": {},
"author": "Jonas Zohren",
"license": "MIT",
"dependencies": {
"html-escaper": "^1.0.1",
"iso-lang-codes": "^1.0.0",
Expand Down

0 comments on commit 0e1d1d6

Please sign in to comment.