Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: added package description and keyword NO-JIRA #97

Merged
merged 2 commits into from
Nov 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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