Skip to content

Commit

Permalink
fix: use latest material-symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
cakfan committed Apr 22, 2024
1 parent 5136514 commit c1d153a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jabirdeveloper/material-symbols",
"version": "0.1.24",
"version": "0.1.25",
"type": "module",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"description": "Material Symbols for React component",
"peerDependencies": {
"clsx": "^2.1.0",
"material-symbols": "^0.17.2",
"material-symbols": "latest",
"tailwind-merge": "^2.2.2"
},
"devDependencies": {
Expand Down

0 comments on commit c1d153a

Please sign in to comment.