We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6971050 commit 2fcb696Copy full SHA for 2fcb696
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@gradin/tailwindcss-scrollbar",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "Tailwindcss plugin to customize scrollbar.",
5
"main": "src/index.js",
6
"scripts": {},
@@ -22,8 +22,10 @@
22
"url": "https://github.com/gradints/tailwindcss-scrollbar/issues"
23
},
24
"homepage": "https://github.com/gradints/tailwindcss-scrollbar#readme",
25
+ "peerDependencies": {
26
+ "tailwindcss": ">=2.0.0"
27
+ },
28
"devDependencies": {
- "eslint": "^7.25.0",
- "tailwindcss": "^2.1.2"
29
+ "eslint": "^7.27.0"
30
}
-}
31
+}
0 commit comments