Skip to content

Commit

Permalink
Fix jitpack build with browsers, v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
svok committed Oct 24, 2021
1 parent ca59424 commit 7eab9a7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![](https://jitpack.io/v/crowdproj/kotlin-cor.svg)](https://jitpack.io/#crowdproj/kotlin-cor)

# Kotlin Chain of Responsibility Template Library


12 changes: 10 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,23 @@ plugins {
}

group = "com.crowdproj.kotlin.cor"
version = "0.2.1"
version = "0.2.2"

repositories {
mavenCentral()
}

kotlin {
js {
browser()
browser {
testTask {
useKarma {
useFirefox()
useChrome()
useSafari()
}
}
}
nodejs()
}
jvm {
Expand Down

0 comments on commit 7eab9a7

Please sign in to comment.