Skip to content

Commit

Permalink
Improve description and add keywords in package.json (#263)
Browse files Browse the repository at this point in the history
* Improve description and add keywords to package

* Update package.json

Co-authored-by: Elliott Thompson <ellth92@gmail.com>

* Update package.json

Co-authored-by: Elliott Thompson <ellth92@gmail.com>
  • Loading branch information
willeastcott and ellthompson committed Jan 10, 2023
1 parent c4e530e commit 2154d0c
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,20 @@
"version": "3.1.1",
"author": "PlayCanvas <support@playcanvas.com>",
"homepage": "https://playcanvas.github.io/pcui",
"description": "This library enables the creation of reliable and visually pleasing user interfaces by providing fully styled components that you can use directly on your site. The components are useful in a wide range of use cases, from creating simple forms to building graphical user interfaces for complex web tools.",
"description": "User interface component library for the web",
"keywords": [
"components",
"css",
"dom",
"html",
"javascript",
"pcui",
"playcanvas",
"react",
"sass",
"typescript",
"ui"
],
"license": "MIT",
"main": "dist/module/src/index.mjs",
"exports": {
Expand Down

0 comments on commit 2154d0c

Please sign in to comment.