Skip to content

Commit

Permalink
make sure 3.0.0 is listed in peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinMalfait committed Dec 9, 2021
1 parent 84dc3a1 commit ae97a25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -18,14 +18,14 @@
"prepublishOnly": "node scripts/build.js"
},
"peerDependencies": {
"tailwindcss": ">=2.0.0 || >=3.0.0-alpha.1"
"tailwindcss": ">=2.0.0 || >=3.0.0 || >=3.0.0-alpha.1"
},
"devDependencies": {
"autoprefixer": "10",
"clean-css": "^4.2.1",
"jest": "^27.2.4",
"postcss": "^8.2.4",
"tailwindcss": "^3.0.0-alpha.1",
"tailwindcss": "^3.0.0",
"tailwindcss-v2": "npm:tailwindcss@^2.2.16"
}
}

0 comments on commit ae97a25

Please sign in to comment.