create-bot
Advanced tools
Comparing version 1.0.4 to 1.1.0
{ | ||
"name": "create-bot", | ||
"version": "1.0.4", | ||
"version": "1.1.0", | ||
"description": "Telegram bot generator", | ||
@@ -15,3 +15,3 @@ "main": "index.js", | ||
}, | ||
"author": "Vitaly Domnikov <dotcypress@gmail.com>", | ||
"author": "Vitaly Domnikov <oss@vitaly.codes>", | ||
"license": "MIT", | ||
@@ -21,12 +21,12 @@ "dependencies": { | ||
"sao": "^0.22.8", | ||
"template-bot": "^1.0.3" | ||
"template-bot": "^1.1.0" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^4.17.0", | ||
"eslint-config-standard": "^11.0.0", | ||
"eslint": "^5.9.0", | ||
"eslint-config-standard": "^12.0.0", | ||
"eslint-plugin-import": "^2.8.0", | ||
"eslint-plugin-node": "^6.0.1", | ||
"eslint-plugin-promise": "^3.6.0", | ||
"eslint-plugin-standard": "^3.0.1" | ||
"eslint-plugin-node": "^8.0.0", | ||
"eslint-plugin-promise": "^4.0.1", | ||
"eslint-plugin-standard": "^4.0.0" | ||
} | ||
} |
@@ -12,3 +12,3 @@ # create-bot | ||
```bash | ||
npx create-bot cool-bot | ||
npm init bot cool-bot | ||
cd cool-bot | ||
@@ -15,0 +15,0 @@ ``` |
3257
Updatedtemplate-bot@^1.1.0