File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-dot-cursor" ,
3
- "version" : " 0.2.0 " ,
4
- "description" : " An opinionated cursor component animated with Motion for React." ,
3
+ "version" : " 0.2.1 " ,
4
+ "description" : " A fully customizable cursor component animated with Motion for React." ,
5
5
"exports" : {
6
6
"." : {
7
7
"types" : " ./dist/index.d.ts" ,
27
27
" cursor" ,
28
28
" custom cursor" ,
29
29
" dot cursor" ,
30
- " motion cursor"
30
+ " motion cursor" ,
31
+ " animated cursor" ,
32
+ " customizable cursor" ,
33
+ " react custom cursor" ,
34
+ " react cursor"
31
35
],
32
36
"author" : " Guillaume Coussot <guillaume.coussot@gmail.com>" ,
33
37
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " website" ,
3
3
"private" : true ,
4
- "version" : " 0.1.12 " ,
4
+ "version" : " 0.1.13 " ,
5
5
"type" : " module" ,
6
6
"scripts" : {
7
7
"dev" : " vite" ,
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const theme: CursorTheme = {
19
19
height : 'auto' ,
20
20
} ,
21
21
content : {
22
- text : 'v0.2.0 ' ,
22
+ text : 'v0.2.1 ' ,
23
23
style : {
24
24
fontSize : '12px' ,
25
25
fontWeight : 'bold' ,
You can’t perform that action at this time.
0 commit comments