@grammyjs/create-grammy
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "@grammyjs/create-grammy", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "create grammY bots with one command", | ||
@@ -26,3 +26,3 @@ "keywords": [ | ||
"author": "Satont <satontworldwide@gmail.com> (https://github.com/satont)", | ||
"main": "./build/src/index.js", | ||
"main": "./build/index.js", | ||
"type": "module", | ||
@@ -36,3 +36,3 @@ "files": [ | ||
"bin": { | ||
"create-grammy": "./build/src/index.js" | ||
"create-grammy": "./build/index.js" | ||
}, | ||
@@ -39,0 +39,0 @@ "scripts": { |
31038