Skip to content

Commit a46a32e

Browse files
committed
moved tailwindcss to peerDependencies
1 parent 0391fde commit a46a32e

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tailwindcss plugin to make skeleton screen.
44

55
[![npm (scoped)](https://img.shields.io/npm/v/@gradin/tailwindcss-skeleton-screen)](https://www.npmjs.com/package/@gradin/tailwindcss-skeleton-screen)
66
![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)
88

99
[Live Demo](https://play.tailwindcss.com/dcAoaNpFYu)
1010

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gradin/tailwindcss-skeleton-screen",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Tailwindcss plugin to make skeleton screen.",
55
"main": "src/index.js",
66
"scripts": {},
@@ -23,8 +23,10 @@
2323
"url": "https://github.com/gradints/tailwindcss-skeleton-screen/issues"
2424
},
2525
"homepage": "https://github.com/gradints/tailwindcss-skeleton-screen#readme",
26+
"peerDependencies": {
27+
"tailwindcss": ">=2.0.0"
28+
},
2629
"devDependencies": {
27-
"eslint": "^7.25.0",
28-
"tailwindcss": "^2.1.2"
30+
"eslint": "^7.27.0"
2931
}
30-
}
32+
}

0 commit comments

Comments
 (0)