npm / cdn settings tweaks

This commit is contained in:
Geoff Doty 2021-10-17 17:34:17 -04:00
parent 8fcc779479
commit a399363eb6
1 changed files with 3 additions and 2 deletions

View File

@ -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"
}