From 6ccee1914cb1253c0facd9b9b13dba5f5a5cd177 Mon Sep 17 00:00:00 2001 From: chris Date: Thu, 17 Apr 2025 02:05:38 +0200 Subject: [PATCH] CHORE: renamed module name in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c04853a..82b81ed 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "websites-like-jpc", + "name": "jpc-like-websites", "version": "1.0.0", "description": "Framework to build websites in a Jetpack Compose like manner, as well as an extensive use of method-chaingin.", "main": "jpc-like-websites.js",