Skip to content

Commit 2fcb696

Browse files
committed
moved tailwindcss to peerDependencies
1 parent 6971050 commit 2fcb696

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

package.json

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gradin/tailwindcss-scrollbar",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Tailwindcss plugin to customize scrollbar.",
55
"main": "src/index.js",
66
"scripts": {},
@@ -22,8 +22,10 @@
2222
"url": "https://github.com/gradints/tailwindcss-scrollbar/issues"
2323
},
2424
"homepage": "https://github.com/gradints/tailwindcss-scrollbar#readme",
25+
"peerDependencies": {
26+
"tailwindcss": ">=2.0.0"
27+
},
2528
"devDependencies": {
26-
"eslint": "^7.25.0",
27-
"tailwindcss": "^2.1.2"
29+
"eslint": "^7.27.0"
2830
}
29-
}
31+
}

0 commit comments

Comments
 (0)