From 9810c93ac84df6586521551a7677af8100b117b1 Mon Sep 17 00:00:00 2001 From: "Mr." Date: Fri, 2 May 2025 16:10:43 +0600 Subject: [PATCH] chore: provide type to module in `package.json` --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index d8021ad..c236bec 100644 --- a/package.json +++ b/package.json @@ -2,12 +2,9 @@ "name": "metridash", "version": "0.1.0", "private": "true", + "type": "module", "repository": "MetridashCore/Batman", "homepage": "https://metridash.com/", - "repository": { - "type": "git", - "url": "git+https://github.com/MetridashCore/Batman.git" - }, "scripts": { "dev": "next dev", "build": "next build",