Skip to content

Commit

Permalink
process feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ericfennis committed Nov 6, 2023
1 parent aa3c003 commit a9bd018
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
11 changes: 9 additions & 2 deletions icons/spline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@
"ericfennis",
"jguddas"
],
"tags": [],
"tags": [
"path",
"pen",
"tool",
"shape",
"curve",
"draw"
],
"categories": [
"design"
]
}
}
1 change: 0 additions & 1 deletion icons/umbrella-off.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"csandman",
"ericfennis",
"karsa-mistmere",
"jguddas",
"jguddas"
],
"tags": [
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"generate:contributors": "node ./scripts/updateContributors.mjs icons/*.svg",
"generate:nextJSAliases": "node ./scripts/generateNextJSAliases.mjs",
"postinstall": "husky install",
"lint:js": "eslint .",
"lint:es": "eslint .",
"lint:json:icons": "ajv --spec=draft2020 -s icon.schema.json -d 'icons/*.json' > /dev/null",
"lint:json:categories": "ajv --spec=draft2020 -s category.schema.json -d 'categories/*.json' > /dev/null",
"lint:json": "pnpm run lint:json:icons && pnpm run lint:json:categories",
"lint": "pnpm lint:js && pnpm lint:json",
"lint": "pnpm lint:es && pnpm lint:json",
"prepare": "husky install",
"gi": "node ./scripts/generate/generateIcons.mjs"
},
Expand Down

0 comments on commit a9bd018

Please sign in to comment.