Skip to content

Commit

Permalink
chore: rename pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Jan 8, 2025
1 parent a3465f0 commit 7e17d39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rc-util",
"version": "5.44.3",
"name": "@rc-component/util",
"version": "1.0.0-0",
"description": "Common Utils For React Component",
"keywords": [
"react",
Expand Down Expand Up @@ -70,7 +70,7 @@
"typescript": "^5.3.2"
},
"peerDependencies": {
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
}
}

0 comments on commit 7e17d39

Please sign in to comment.