Skip to content

Commit

Permalink
Fix es modules for real
Browse files Browse the repository at this point in the history
  • Loading branch information
wkal-pubnub committed Dec 7, 2024
1 parent de683ed commit 39104bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import com.pubnub.gradle.enableAnyIosTarget
import com.pubnub.gradle.enableJsTarget
import org.jetbrains.kotlin.gradle.dsl.JsModuleKind
import org.jetbrains.kotlin.gradle.plugin.cocoapods.CocoapodsExtension

plugins {
Expand Down Expand Up @@ -79,7 +78,7 @@ kotlin {

compilerOptions {
target.set("es2015")
moduleKind.set(JsModuleKind.MODULE_UMD)
// moduleKind.set(JsModuleKind.MODULE_UMD)
}
binaries.library()
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SONATYPE_HOST=DEFAULT
SONATYPE_AUTOMATIC_RELEASE=false
GROUP=com.pubnub
POM_PACKAGING=jar
VERSION_NAME=0.9.0
VERSION_NAME=0.9.1

POM_NAME=PubNub Chat SDK
POM_DESCRIPTION=This SDK offers a set of handy methods to create your own feature-rich chat or add a chat to your existing application.
Expand Down
2 changes: 1 addition & 1 deletion js-chat/.pubnub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,4 @@ changelog:
version: v0.1.0
changes:
- type: feature
text: "Initial release"
text: "Initial release."

0 comments on commit 39104bf

Please sign in to comment.