Skip to content

Commit

Permalink
Merge pull request #50 from tailwindlabs/tailwindcss-peer-dependency
Browse files Browse the repository at this point in the history
mark tailwindcss as a peerDependency
  • Loading branch information
RobinMalfait authored Feb 26, 2021
2 parents 98f7619 + 8a8671b commit abdd1d4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,14 @@
"scripts": {
"prepublishOnly": "node scripts/build.js"
},
"peerDependencies": {
"tailwindcss":">=2.0.0"
},
"devDependencies": {
"autoprefixer": "^10.0.2",
"clean-css": "^4.2.1",
"postcss": "^8.1.7",
"tailwindcss": "^2.0.0-alpha.23"
"tailwindcss": "^2.0.3"
},
"dependencies": {
"mini-svg-data-uri": "^1.2.3"
Expand Down

1 comment on commit abdd1d4

@vercel
Copy link

@vercel vercel bot commented on abdd1d4 Feb 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.