From dfc744ed8491a3e0a642079278f06a2713be70cc Mon Sep 17 00:00:00 2001 From: Luiz Ricardo da Silva Date: Mon, 7 Feb 2022 21:45:04 -0300 Subject: [PATCH] =?UTF-8?q?Exerc=C3=ADcio=20do=20Dia=20-=20Ladr=C3=A3o=20d?= =?UTF-8?q?e=20Casas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- logic-exercises/exercise-day-5/package.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 logic-exercises/exercise-day-5/package.json diff --git a/logic-exercises/exercise-day-5/package.json b/logic-exercises/exercise-day-5/package.json new file mode 100644 index 0000000..c6c9172 --- /dev/null +++ b/logic-exercises/exercise-day-5/package.json @@ -0,0 +1,12 @@ +{ + "name": "exercise-day-5", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "ISC" +} \ No newline at end of file