+gitignore / + node version package.json

This commit is contained in:
2021-04-11 12:35:46 +02:00
parent 295912f9cc
commit f689bc2190
2 changed files with 3 additions and 0 deletions

BIN
.gitignore vendored Normal file

Binary file not shown.

View File

@@ -2,6 +2,9 @@
"name": "gractwo-bot",
"version": "1.0.0",
"description": "",
"engines": {
"node": "14.16.0"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",