File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Tailwindcss plugin to make skeleton screen.
4
4
5
5
[ ![ npm (scoped)] ( https://img.shields.io/npm/v/@gradin/tailwindcss-skeleton-screen )] ( https://www.npmjs.com/package/@gradin/tailwindcss-skeleton-screen )
6
6
![ npm bundle size (scoped)] ( https://img.shields.io/bundlephobia/min/@gradin/tailwindcss-skeleton-screen )
7
- ![ npm] ( https://img.shields.io/npm/dw /@gradin/tailwindcss-skeleton-screen )
7
+ ![ npm] ( https://img.shields.io/npm/dt /@gradin/tailwindcss-skeleton-screen )
8
8
9
9
[ Live Demo] ( https://play.tailwindcss.com/dcAoaNpFYu )
10
10
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @gradin/tailwindcss-skeleton-screen" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " Tailwindcss plugin to make skeleton screen." ,
5
5
"main" : " src/index.js" ,
6
6
"scripts" : {},
23
23
"url" : " https://github.com/gradints/tailwindcss-skeleton-screen/issues"
24
24
},
25
25
"homepage" : " https://github.com/gradints/tailwindcss-skeleton-screen#readme" ,
26
+ "peerDependencies" : {
27
+ "tailwindcss" : " >=2.0.0"
28
+ },
26
29
"devDependencies" : {
27
- "eslint" : " ^7.25.0" ,
28
- "tailwindcss" : " ^2.1.2"
30
+ "eslint" : " ^7.27.0"
29
31
}
30
- }
32
+ }
You can’t perform that action at this time.
0 commit comments