Skip to content

Commit

Permalink
fix: incorrect package descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
tbjgolden committed Apr 3, 2021
1 parent f4f0d67 commit 577377a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "colornorm",
"version": "0.0.0-development",
"description": "PostCSS plugin for normalizing colors",
"description": "Normalize CSS colors in a spec compliant way",
"main": "dist/index.js",
"module": "dist/colornorm.esm.js",
"umd": "dist/colornorm.umd.js",
Expand Down Expand Up @@ -37,7 +37,13 @@
}
},
"keywords": [
"typescript"
"css",
"typescript",
"js",
"ts",
"color",
"normalize",
"level-4"
],
"license": "MIT",
"bugs": {
Expand Down

0 comments on commit 577377a

Please sign in to comment.