Skip to content

Commit

Permalink
moved tailwindcss to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
christhofer committed May 28, 2021
1 parent 6971050 commit 2fcb696
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradin/tailwindcss-scrollbar",
"version": "1.0.0",
"version": "1.0.1",
"description": "Tailwindcss plugin to customize scrollbar.",
"main": "src/index.js",
"scripts": {},
Expand All @@ -22,8 +22,10 @@
"url": "https://github.com/gradints/tailwindcss-scrollbar/issues"
},
"homepage": "https://github.com/gradints/tailwindcss-scrollbar#readme",
"peerDependencies": {
"tailwindcss": ">=2.0.0"
},
"devDependencies": {
"eslint": "^7.25.0",
"tailwindcss": "^2.1.2"
"eslint": "^7.27.0"
}
}
}

0 comments on commit 2fcb696

Please sign in to comment.