diff --git a/package.json b/package.json index e634e380..27bf289d 100644 --- a/package.json +++ b/package.json @@ -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/", diff --git a/react/package.json b/react/package.json index 60c23672..ec4787b1 100644 --- a/react/package.json +++ b/react/package.json @@ -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", diff --git a/vue/package.json b/vue/package.json index 327b98a3..6ee6cd2e 100644 --- a/vue/package.json +++ b/vue/package.json @@ -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",