From f5307be4af68ee2ab65b5e2cd86a00a3de6ddcce Mon Sep 17 00:00:00 2001 From: Andressa Cruz Date: Sun, 3 Dec 2023 16:49:40 -0300 Subject: [PATCH] renamed project to andressacruz --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 27fee08..eadefca 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "endie", + "name": "andressacruz_me", "version": "1.0.0", "description": "Some stuffs and a little bit of me.", "main": "index.js", @@ -57,6 +57,6 @@ "jest-environment-jsdom": "^29.7.0", "testing-library": "^0.0.2" }, - "readme": "ERROR: No README data found!", - "_id": "endie@1.0.0" + "readme": "README.md", + "_id": "andressacruzn_me@1.0.0" }