Skip to content

Commit

Permalink
chore: add library url
Browse files Browse the repository at this point in the history
  • Loading branch information
cakfan committed Jul 8, 2024
1 parent 662bfb8 commit 6ce5cec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
Binary file added bun.lockb
Binary file not shown.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
"name": "@jabirdeveloper/material-symbols",
"version": "0.1.30",
"version": "0.1.31",
"type": "module",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"repository": {
"url": "https://github.com/JabirDeveloper/material-symbols"
},
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -37,9 +40,9 @@
"license": "MIT",
"description": "Material Symbols for React component",
"peerDependencies": {
"clsx": "latest",
"material-symbols": "latest",
"tailwind-merge": "latest"
"clsx": "^2.1.1",
"material-symbols": "^0.20.0",
"tailwind-merge": "^2.3.0"
},
"devDependencies": {
"@testing-library/dom": "^10.2.0",
Expand Down

0 comments on commit 6ce5cec

Please sign in to comment.