From 56de5bcbe040c522869ecdfa609ef03ffe614581 Mon Sep 17 00:00:00 2001 From: Luiz Ricardo da Silva Date: Tue, 8 Feb 2022 23:01:23 -0300 Subject: [PATCH] =?UTF-8?q?Exerc=C3=ADcio=20do=20Dia=20-=20O=20N=C3=BAmero?= =?UTF-8?q?=20Solit=C3=A1rio?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- logic-exercises/exercise-day-6/package.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 logic-exercises/exercise-day-6/package.json diff --git a/logic-exercises/exercise-day-6/package.json b/logic-exercises/exercise-day-6/package.json new file mode 100644 index 0000000..e766b5c --- /dev/null +++ b/logic-exercises/exercise-day-6/package.json @@ -0,0 +1,12 @@ +{ + "name": "exercise-day-6", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "ISC" +}