From 3d01d0ca2331ce48db41bdad15ab5f1d51efc047 Mon Sep 17 00:00:00 2001 From: INeedJobToStartWork Date: Mon, 25 Nov 2024 21:01:42 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20=20Chore(@tutorial/everyth?= =?UTF-8?q?ingabout):=20change=20name=20at=20package.json=20and=20set=20to?= =?UTF-8?q?=20private?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tutorials/EveryThingAbout/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tutorials/EveryThingAbout/package.json b/tutorials/EveryThingAbout/package.json index 6614dee..4a70d91 100644 --- a/tutorials/EveryThingAbout/package.json +++ b/tutorials/EveryThingAbout/package.json @@ -1,8 +1,8 @@ { - "name": "@tutorial/alex-story", - "version": "1.0.1", + "name": "@tutorial/everythingabout", + "version": "1.0.0", "description": "", - "main": "index.js", + "private": true, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },