Skip to content

Commit

Permalink
Add description and keywords to package files
Browse files Browse the repository at this point in the history
  • Loading branch information
reinink committed Nov 18, 2024
1 parent b350e27 commit 2d1c52c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"name": "heroicons",
"version": "2.2.0",
"license": "MIT",
"version": "2.2.0",
"description": "A set of free MIT-licensed high-quality SVG icons for UI development.",
"keywords": [
"icons",
"svg",
"tailwindcss"
],
"repository": "https://github.com/tailwindlabs/heroicons.git",
"files": [
"16/",
Expand Down
9 changes: 7 additions & 2 deletions react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@
"name": "@heroicons/react",
"license": "MIT",
"version": "2.2.0",
"description": "",
"keywords": [],
"description": "A set of free MIT-licensed high-quality SVG icons for UI development.",
"keywords": [
"icons",
"svg",
"react",
"tailwindcss"
],
"homepage": "https://github.com/tailwindlabs/heroicons#readme",
"repository": {
"type": "git",
Expand Down
9 changes: 7 additions & 2 deletions vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@
"name": "@heroicons/vue",
"license": "MIT",
"version": "2.2.0",
"description": "",
"keywords": [],
"description": "A set of free MIT-licensed high-quality SVG icons for UI development.",
"keywords": [
"icons",
"svg",
"vue",
"tailwindcss"
],
"homepage": "https://github.com/tailwindlabs/heroicons#readme",
"repository": {
"type": "git",
Expand Down

0 comments on commit 2d1c52c

Please sign in to comment.