Skip to content

Commit 2d1c52c

Browse files
committed
Add description and keywords to package files
1 parent b350e27 commit 2d1c52c

File tree

3 files changed

+21
-5
lines changed

3 files changed

+21
-5
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
22
"name": "heroicons",
3-
"version": "2.2.0",
43
"license": "MIT",
4+
"version": "2.2.0",
5+
"description": "A set of free MIT-licensed high-quality SVG icons for UI development.",
6+
"keywords": [
7+
"icons",
8+
"svg",
9+
"tailwindcss"
10+
],
511
"repository": "https://github.com/tailwindlabs/heroicons.git",
612
"files": [
713
"16/",

react/package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22
"name": "@heroicons/react",
33
"license": "MIT",
44
"version": "2.2.0",
5-
"description": "",
6-
"keywords": [],
5+
"description": "A set of free MIT-licensed high-quality SVG icons for UI development.",
6+
"keywords": [
7+
"icons",
8+
"svg",
9+
"react",
10+
"tailwindcss"
11+
],
712
"homepage": "https://github.com/tailwindlabs/heroicons#readme",
813
"repository": {
914
"type": "git",

vue/package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22
"name": "@heroicons/vue",
33
"license": "MIT",
44
"version": "2.2.0",
5-
"description": "",
6-
"keywords": [],
5+
"description": "A set of free MIT-licensed high-quality SVG icons for UI development.",
6+
"keywords": [
7+
"icons",
8+
"svg",
9+
"vue",
10+
"tailwindcss"
11+
],
712
"homepage": "https://github.com/tailwindlabs/heroicons#readme",
813
"repository": {
914
"type": "git",

0 commit comments

Comments
 (0)