Skip to content

Commit

Permalink
chore: added package description and keyword NO-JIRA (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-potepa authored Nov 13, 2023
1 parent 0d18440 commit 57c52da
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
{
"name": "@virtuslab/tetrisly-react",
"version": "1.2.0",
"homepage": "https://tetrisly.com/",
"description": "Tetrisly offers user-friendly components designed for effortless integration. Plus, it's fully compatible with fully compatible with Tetrisly for Figma with a seamless design and development experience in mind.",
"keywords": [
"tetrisly",
"react",
"ui",
"design",
"system",
"components",
"library",
"typescript",
"figma",
"xstyled",
"styled-components"
],
"type": "module",
"homepage": "https://virtuslab.github.io/tetrisly-react",
"main": "dist/tetrisly-react.umd.js",
"module": "dist/tetrisly-react.es.js",
"types": "dist/tetrisly-react.es.d.ts",
Expand Down

0 comments on commit 57c52da

Please sign in to comment.