Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcdo29 committed Jul 15, 2019
1 parent 1045b04 commit 6de4829
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-telegram",
"version": "1.1.0",
"version": "1.1.1",
"description": "A NestJS Module for Telegram Bots",
"author": {
"email": "[email protected]",
Expand All @@ -13,7 +13,12 @@
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"license": "MIT",
"keywords": ["nest", "nestjs", "telegram", "bot"],
"keywords": [
"nest",
"nestjs",
"telegram",
"bot"
],
"scripts": {
"build": "rimraf dist && tsc -p tsconfig.build.json",
"format": "prettier --write \"src/**/*.ts\"",
Expand Down

0 comments on commit 6de4829

Please sign in to comment.