Skip to content

Commit

Permalink
feat: use new impl
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Sep 10, 2023
1 parent 55cc6a6 commit 9c15d9a
Show file tree
Hide file tree
Showing 6 changed files with 927 additions and 321 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@jswork/react-calendar-graph",
"homepage": "https://js.work",
"version": "1.0.5",
"version": "2.0.0",
"description": "Calendar graph like github for react.",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -70,8 +70,10 @@
},
"dependencies": {
"@jswork/noop": "^1.0.0",
"calendar-graph": "^1.0.1",
"classnames": "^2.2.6",
"calendar-graph": "^1.0.1"
"react-activity-calendar": "^2.0.2",
"react-tooltip": "^5.21.3"
},
"publishConfig": {
"access": "public",
Expand Down
1 change: 1 addition & 0 deletions public/src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const Container = styled.div`
width: 80%;
margin: 30px auto 0;
.react-calendar-graph {
width: 90%;
}
`;

Expand Down
Loading

0 comments on commit 9c15d9a

Please sign in to comment.