From 328921153ded14af89058654ed367c6e2985aca0 Mon Sep 17 00:00:00 2001 From: Gary Larizza Date: Fri, 12 Jul 2024 10:19:33 -0700 Subject: [PATCH] Update package.json and package-lock.json I updated the temporary package name to the name of our repo. --- package-lock.json | 8 ++++---- package.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3ddfc77..6a8c7d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { - "name": "new-oi-website", - "version": "0.0.0", + "name": "openinfrastructure.github.io", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "new-oi-website", - "version": "0.0.0", + "name": "openinfrastructure.github.io", + "version": "1.0.0", "dependencies": { "@docusaurus/core": "3.4.0", "@docusaurus/preset-classic": "3.4.0", diff --git a/package.json b/package.json index e54af3f..63ba1dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "new-oi-website", - "version": "0.0.0", + "name": "openinfrastructure.github.io", + "version": "1.0.0", "private": true, "scripts": { "docusaurus": "docusaurus",