Skip to content

Commit daf50ce

Browse files
committed
Fix weird version in dep issue
1 parent fc436a9 commit daf50ce

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.mvn/extensions.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

plugin-tailwind/plugin/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@
3838
<groupId>org.mvnpm.at.tailwindcss</groupId>
3939
<artifactId>typography</artifactId>
4040
<version>0.5.19</version>
41+
<exclusions>
42+
<exclusion>
43+
<groupId>org.mvnpm.at.isaacs</groupId>
44+
<artifactId>cliui</artifactId>
45+
</exclusion>
46+
</exclusions>
4147
</dependency>
4248
<dependency>
4349
<groupId>io.mvnpm</groupId>

0 commit comments

Comments
 (0)