From b4f8826858ce75873cec79c6db97fb029162fe40 Mon Sep 17 00:00:00 2001 From: "D. Moonfire" Date: Sat, 24 Feb 2024 15:07:58 -0600 Subject: [PATCH] chore: removing the useless main --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index a17ee30..8298a01 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,6 @@ "name": "@priduck-color-theme/base", "version": "0.0.0", "description": "A color-theme based on a single hue in the LCH colorspace.", - "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },