Skip to content

Commit

Permalink
add tailwindcss as a peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
crswll committed May 5, 2024
1 parent 756c998 commit 8a3e7d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "0.11.1",
"main": "src/index.js",
"license": "MIT",
"peerDependencies": {
"tailwindcss": ">=3.0.0 || insiders"
},
"devDependencies": {
"jest": "^29.5.0",
"jest-matcher-css": "^1.1.0",
Expand Down

0 comments on commit 8a3e7d5

Please sign in to comment.