Skip to content

Commit

Permalink
ver to 1.3.1, just add type=commonjs to package.json and republish
Browse files Browse the repository at this point in the history
  • Loading branch information
crotwell committed Feb 14, 2024
1 parent 00f96b9 commit 144c703
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ plugins {
}

group = "oregondsp"
version = "1.3.0"
version = "1.3.1"

kotlin {
js(IR) {
moduleName = "oregondsp"
compilations["main"].packageJson {
customField("type", "commonjs")
customField("description", "Port of OregonDSP library from java to javascript via kotlin.")
customField("repository", mapOf("type" to "git",
"url" to "https://github.com/crotwell/OregonDSP-kotlin.git"))
Expand Down

0 comments on commit 144c703

Please sign in to comment.