Skip to content

Commit

Permalink
Merge pull request #20 from AdobeXD/icon-24
Browse files Browse the repository at this point in the history
Added new icon requirement.
  • Loading branch information
ashryanbeats authored May 21, 2019
2 parents 85ab1d4 + 14290c4 commit 571cd5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/validate.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ const AUTHOR_MIN_LEN = 3;
const AUTHOR_MAX_LEN = 40;
const KEYWORD_MIN_LEN = 2;
const KEYWORD_CONCAT_MAX_LEN = 100;
const ICONS_LEN = 4;
const ICONS_SIZES = [48, 96, 144, 192];
const ICONS_LEN = 5;
const ICONS_SIZES = [24, 48, 96, 144, 192];
const SUPPORTED_HOSTS = ["XD"];
const SUPPORTED_LANGUAGES = ["en", "de", "fr", "ja", "ko", "zh", "es", "pt"];
const PLUGIN_VERSION_REGEX = /^\d{1,2}\.\d{1,2}.\d{1,2}$/;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/xdpm",
"version": "3.0.0",
"version": "3.0.1",
"description": "Adobe XD CLI Plugin Manager Utility",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 571cd5a

Please sign in to comment.