chore: removing the useless main

This commit is contained in:
D. Moonfire 2024-02-24 15:07:58 -06:00
parent aed76b4804
commit b4f8826858

View file

@ -2,7 +2,6 @@
"name": "@priduck-color-theme/base", "name": "@priduck-color-theme/base",
"version": "0.0.0", "version": "0.0.0",
"description": "A color-theme based on a single hue in the LCH colorspace.", "description": "A color-theme based on a single hue in the LCH colorspace.",
"main": "dist/index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },