Skip to content

Commit 687cc60

Browse files
committed
fix to fulfill peerDependencies
1 parent 49009bc commit 687cc60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@
1818
"purgecss"
1919
],
2020
"dependencies": {
21+
"@tailwindcss/postcss7-compat": "^2.0.2",
2122
"autoprefixer": "^9",
2223
"postcss": "^7",
23-
"tailwindcss": "2.0.1-compat"
24+
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.2"
2425
}
2526
}

0 commit comments

Comments
 (0)