We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e1871a commit 80e6698Copy full SHA for 80e6698
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@tailwindcss/aspect-ratio",
3
- "version": "0.2.0",
+ "version": "0.2.1",
4
"main": "src/index.js",
5
"license": "MIT",
6
"repository": "https://github.com/tailwindlabs/tailwindcss-aspect-ratio",
@@ -16,7 +16,7 @@
16
"scripts": {
17
"prepublishOnly": "node scripts/build.js"
18
},
19
- "peerDependencies": {
+ "peerDependencies": {
20
"tailwindcss": ">=2.0.0"
21
22
"devDependencies": {
0 commit comments