From a399363eb6922ccd56fae8858324950a4877c96a Mon Sep 17 00:00:00 2001 From: Geoff Doty Date: Sun, 17 Oct 2021 17:34:17 -0400 Subject: [PATCH] npm / cdn settings tweaks --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e9a0685..26c57c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grayscale-css", - "version": "0.8.2", + "version": "0.8.3", "description": "css for minimalists", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" @@ -16,9 +16,10 @@ "classless" ], "author": "Geoff Doty", + "main": "dist/grayscale.min.css", "license": "MIT", "bugs": { "url": "https://github.com/n2geoff/grayscale/issues" }, - "homepage": "https://github.com/n2geoff/grayscale#readme" + "homepage": "https://n2geoff.github.io/grayscale" }