0.2.0 #71

Merged
altavir merged 139 commits from dev into master 2022-01-24 09:44:18 +03:00
2 changed files with 9202 additions and 9 deletions
Showing only changes of commit 30fa35bef5 - Show all commits

View File

@ -31,12 +31,4 @@ apiValidation {
ignoredPackages.add("info.laht.threekt")
}
readme.readmeTemplate = file("docs/templates/README-TEMPLATE.md")
//workaround for https://youtrack.jetbrains.com/issue/KT-48273
rootProject.plugins.withType(org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootPlugin::class.java) {
rootProject.the<org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootExtension>().versions.apply {
webpack.version = "5.64.3"
webpackDevServer.version = "4.5.0"
}
}
readme.readmeTemplate = file("docs/templates/README-TEMPLATE.md")

9201
kotlin-js-store/yarn.lock Normal file

File diff suppressed because it is too large Load Diff