Skip to content

Commit

Permalink
add: updated plugins list and keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
EricRovell authored and Vlad Shilov committed Jul 23, 2021
1 parent 77437b3 commit 96f0466
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"color-names",
"a11y",
"cmyk",
"mix"
"mix",
"harmony colors"
],
"repository": "omgovich/colord",
"author": "Vlad Shilov <[email protected]>",
Expand All @@ -43,6 +44,11 @@
"require": "./plugins/cmyk.js",
"default": "./plugins/cmyk.mjs"
},
"./plugins/harmonies": {
"import": "./plugins/harmonies.mjs",
"require": "./plugins/harmonies.js",
"default": "./plugins/harmonies.mjs"
},
"./plugins/hwb": {
"import": "./plugins/hwb.mjs",
"require": "./plugins/hwb.js",
Expand Down Expand Up @@ -150,6 +156,10 @@
"path": "dist/plugins/cmyk.mjs",
"limit": "1 KB"
},
{
"path": "dist/plugins/harmonies.mjs",
"limit": "0.5 KB"
},
{
"path": "dist/plugins/hwb.mjs",
"limit": "1 KB"
Expand Down

0 comments on commit 96f0466

Please sign in to comment.