From f689bc219006e5dadb1940c9c1d14516670238f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ma=C5=84czak?= <56172798+jakubmanczak@users.noreply.github.com> Date: Sun, 11 Apr 2021 12:35:46 +0200 Subject: [PATCH] +gitignore / + node version package.json --- .gitignore | Bin 0 -> 30 bytes package.json | 3 +++ 2 files changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..749052317453f6c11514b4a9d2a6ef3f25869cc9 GIT binary patch literal 30 gcmezWFOMOgA%!88A)X-@%qnHb0rH9&cp11D0FQPD6951J literal 0 HcmV?d00001 diff --git a/package.json b/package.json index 5f6a8c2..7f3a544 100644 --- a/package.json +++ b/package.json @@ -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",